xref: /llvm-project/lld/test/ELF/linkerscript/Inputs/alignof.s (revision dc32dc1770d0cc3efec93dac1a9695acde02699e)
1.global _start
2_start:
3 nop
4
5.section .aaa,"a"
6 .align 8
7 .quad 0
8
9.section .bbb,"a"
10 .align 16
11 .quad 0
12
13.section .ccc,"a"
14 .align 32
15 .quad 0
16