diff options
Diffstat (limited to 'test/ELF/Inputs/icf-absolute2.s')
-rw-r--r-- | test/ELF/Inputs/icf-absolute2.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ELF/Inputs/icf-absolute2.s b/test/ELF/Inputs/icf-absolute2.s new file mode 100644 index 0000000000000..1092c58ae7082 --- /dev/null +++ b/test/ELF/Inputs/icf-absolute2.s @@ -0,0 +1,3 @@ +.globl a1, a2 +a1 = 1 +a2 = 2 |