1        .set noreorder
2        .text
3        nop
4l1:     nop
51:      nop
6        nop
7
8# align section end to 16-byte boundary for easier testing on multiple targets
9	.p2align 4
10
11        .section "foo"
12        .word   l1
13        .word   l1+8
14        .word   1b
15        .word   1b+3
16	.word	g1
17	.word	g1+8
18
19# align section end to 16-byte boundary for easier testing on multiple targets
20	.p2align 4
21