1        .text
2        .section .text.foo,"G",@,foo,comdat
3        .globl foo
4        .type foo,@function
5foo:
6        .functype foo () -> ()
7        return
8        end_function
9
10        .section .debug_foo,"G",@,foo,comdat
11        .int32 1
12        .section .debug_foo,"G",@,duplicate,comdat
13        .int64 123
14