xref: /llvm-project/lld/test/wasm/Inputs/start-lib1.s (revision 19261390cc3d0e58e0130ee4078fd1049889f510)
1.functype bar () -> ()
2
3.globl foo
4foo:
5  .functype foo () -> ()
6  call bar
7  end_function
8