xref: /llvm-project/lld/test/wasm/Inputs/ctor-start.s (revision 9647a6f719ee4b1c23eea7aef368c1dcd5317949)
1.functype	lib_func () -> ()
2
3	.globl _start
4_start:
5	.functype	_start () -> ()
6	call lib_func
7	end_function
8
9