Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / wasm / Inputs / comdat-data.s
blobd25258c91c1631a5f5fcadc6fe6e05358e8522ca
1 .globl foo
2 .section .data.foo,"G",@,foo,comdat
3 foo:
4 .int32 42
5 .int32 43
6 .size foo, 8