Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / wasm / Inputs / strong-symbol.s
blob92200759e16c3e8fdd15927d087e62590e86c67e
1 .globl weakFn
2 .type weakFn,@function
3 weakFn:
4 .functype weakFn () -> (i64)
5 i64.const 1
6 end_function