1# Source file used to test the branches to locals in this file.
2
3	.text
4l1:
5	.space 20
6l2:
7	.space 20
8l3:
9	.space 20
10
11x:
12	bal	l1
13	bal	l2
14	bal	l3
15	bal	l4
16	bal	l5
17	bal	l6
18
19	.space 20
20l4:
21	.space 20
22l5:
23	.space 20
24l6:
25
26# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
27	.space	8
28