|
infix
A JIT-Powered FFI Library for C
|
Regression test to verify rax preservation across reverse trampolines. More...
#include "common/compat_c23.h"#include "common/double_tap.h"#include <infix/infix.h>#include <stdio.h>Macros | |
| #define | DBLTAP_IMPLEMENTATION |
Functions | |
| void | handler_void (infix_context_t *ctx, void *ret, void **args) |
| skip (1, "RAX test is x86-64 only") | |
Variables | |
| TEST | |
Regression test to verify rax preservation across reverse trampolines.
| #define DBLTAP_IMPLEMENTATION |
| void handler_void | ( | infix_context_t * | ctx, |
| void * | ret, | ||
| void ** | args | ||
| ) |
| skip | ( | 1 | , |
| "RAX test is x86-64 only" | |||
| ) |