1	.text
2	.globl	_start
3	.type	_start,@function
4_start:
5	movi20 #foo@GOTOFFFUNCDESC, r1
6	add r12, r1
7	.type	foo,@function
8foo:
9	nop
10