Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / linkerscript / Inputs / alignof.s
blobb288f94a12c9c0b385e8d60e4006288522e950d2
1 .global _start
2 _start:
3 nop
5 .section .aaa,"a"
6 .align 8
7 .quad 0
9 .section .bbb,"a"
10 .align 16
11 .quad 0
13 .section .ccc,"a"
14 .align 32
15 .quad 0