Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / wasm / Inputs / import-attributes.s
blob031d472a2e20d10d01af5aee60f16a49e5aaed8e
1 .functype foo () -> ()
3 .globl call_foo
4 call_foo:
5 .functype call_foo () -> ()
6 call foo
7 end_function
9 .import_module foo, baz