1	.set	nomips16
2
3	.globl	y
4	.ent	y
5	.type	y,@function
6	.align	4
7y:
8	jr	$31
9	.end	y
10
11	.ent	z
12	.type	z,@function
13z:
14	jr	$31
15	.end	z
16
17	.space 8
18