xref: /llvm-project/lld/test/ELF/Inputs/relocation-copy-align.s (revision 69d1ca6af233d8f1af513ee1a7039ed22c627586)
1.data
2        .balign 16
3        .zero 12
4
5        .type x,@object
6        .globl x
7x:
8        .long 0
9        .size x, 4
10