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