xref: /llvm-project/lld/test/ELF/linkerscript/Inputs/fill.s (revision 05660dacedc14fa911d90317312cb613c3b776af)
1.text
2.globl _start
3_start:
4
5.section .aaa, "a"
6.align 1
7.byte 0xAA
8
9.section .bbb, "a"
10.align 1
11.byte 0xBB
12