xref: /llvm-project/lld/test/wasm/Inputs/comdat2.s (revision dd6412c05c1039e582a970da1aee62cdde75c892)
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 2
12        .section .debug_foo,"G",@,duplicate,comdat
13        .int64 234
14