1	.set	mips16
2
3	.globl	x
4	.ent	x
5	.type	x,@function
6	.align	4
7x:
8	jr	$31
9	.end	x
10