Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / wasm / Inputs / optional-symbol.s
blob511a0d82a7965034d9dba957f3ed3dbec66e0f86
1 # __dso_handle is an linker-generated symbol that is included only when needed.
3 .globl get_optional
4 get_optional:
5 .functype get_optional () -> (i32)
6 i32.const __dso_handle
7 end_function