diff options
Diffstat (limited to 'test/ELF/Inputs/common.s')
| -rw-r--r-- | test/ELF/Inputs/common.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ELF/Inputs/common.s b/test/ELF/Inputs/common.s new file mode 100644 index 000000000000..ea8ba91cb156 --- /dev/null +++ b/test/ELF/Inputs/common.s @@ -0,0 +1,3 @@ +.comm sym1,8,4 +.comm sym2,4,4 +.comm sym4,4,16 |
