diff options
Diffstat (limited to 'tests/asm-c-connect-2.c')
| -rw-r--r-- | tests/asm-c-connect-2.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/asm-c-connect-2.c b/tests/asm-c-connect-2.c new file mode 100644 index 0000000..3a8cff2 --- /dev/null +++ b/tests/asm-c-connect-2.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int x3(void) +{ + printf("x3\n"); + return 3; +} |
