diff options
Diffstat (limited to 'tests/asm-c-connect-2.c')
| -rw-r--r-- | tests/asm-c-connect-2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/asm-c-connect-2.c b/tests/asm-c-connect-2.c index 3a8cff2..7ab9dc3 100644 --- a/tests/asm-c-connect-2.c +++ b/tests/asm-c-connect-2.c @@ -5,3 +5,6 @@ int x3(void) printf("x3\n"); return 3; } + +void callx4(void); +__asm__("callx4: call x4; ret"); |
