Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / wasm / Inputs / ctor-start.s
blob87fa3a95bdb140cc7e67254892850a0c07afb010
1 .functype lib_func () -> ()
3 .globl _start
4 _start:
5 .functype _start () -> ()
6 call lib_func
7 end_function