xref: /llvm-project/lld/test/wasm/Inputs/optional-symbol.s (revision fd1c894a4a3690b2e500bfdf71194e9cc3f1b399)
1# __dso_handle is an linker-generated symbol that is included only when needed.
2
3  .globl  get_optional
4get_optional:
5  .functype get_optional () -> (i32)
6  i32.const __dso_handle
7  end_function
8