diff options
Diffstat (limited to 'test/elf/AArch64/Inputs/fn.c')
-rw-r--r-- | test/elf/AArch64/Inputs/fn.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/elf/AArch64/Inputs/fn.c b/test/elf/AArch64/Inputs/fn.c new file mode 100644 index 0000000000000..54939a2426b2e --- /dev/null +++ b/test/elf/AArch64/Inputs/fn.c @@ -0,0 +1,4 @@ +int fn() +{ + return 0; +} |