1	.text
2	.globl _start
3_start:
4
5	.section	.debug_info
6	.long	.Ltext
7	.long	.Ltext + 2
8
9	.section	.text.exit,"ax"
10.Ltext:
11	.long	0
12