1; Test relaxation into non-zero offset to different segment.
2
3	.section .branch, "ax",@progbits
4	.balign 4
5branch:
6        bra Work
7
8
9	.section .text
10        .balign 4
11DoesNotWork:
12	nop
13	nop
14
15Work:
16	nop
17	nop
18