diff options
Diffstat (limited to 'test/ELF/Inputs/icf2.s')
| -rw-r--r-- | test/ELF/Inputs/icf2.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ELF/Inputs/icf2.s b/test/ELF/Inputs/icf2.s new file mode 100644 index 000000000000..d332130bc935 --- /dev/null +++ b/test/ELF/Inputs/icf2.s @@ -0,0 +1,5 @@ +.globl f1, f2 +.section .text.f2, "ax" +f2: + mov $60, %rdi + call f1 |
