1        .file   "dwarf2-test.c"
2        .text
3        .section .text.startup,"ax",@progbits
4        .p2align 4
5        .globl  main
6        .type   main, @function
7main:
8        .cfi_startproc
9        nop
10	.loc 1 1
11        ret
12        .cfi_endproc
13        .size   main, .-main
14        .text
15
16        .section .debug_info,"",%progbits
17        .long   0x0
18        .value  0x2
19        .long   .Ldebug_abbrev0
20        .byte   0x8
21        .uleb128 0x1
22
23        .section .debug_abbrev,"",@progbits
24.Ldebug_abbrev0:
25        .uleb128 0x0    # (abbrev code)
26        .uleb128 0x0    # (abbrev code)
27        .uleb128 0x0    # (abbrev code)
28
29# No .debug_line ok even if there is a .debug_info section and using .locs
30