1	.global	foo
2	.type	foo,@function
3	.ent	foo
4foo:
5	.cfi_startproc
6	jr	$31
7	nop
8	.cfi_endproc
9	.end	foo
10