xref: /llvm-project/lld/test/wasm/Inputs/comdat-data.s (revision 73332d73e15f4fdf8e4240c585d0a334f23926f3)
1.globl foo
2.section .data.foo,"G",@,foo,comdat
3foo:
4        .int32 42
5        .int32 43
6        .size foo, 8
7