1	.text
2	.align 2
3	.globl	_start
4	.type	_start,@function
5_start:
6	rts
7	nop
8
9	.comm	foo,4,4
10	.section	.debug_info,"",@progbits
11	.long	0
12	.ualong	foo
13