1	.text
2	.ent	foo
3	.option	pic0
4foo:
5	la	$2, bar
6	jr	$31
7	.option	pic2
8	.end	foo
9
10# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
11	.align	4, 0
12	.space	16
13