llvm/lld/test/wasm/Inputs/ctor-start.s

.functype	lib_func () -> ()

	.globl _start
_start:
	.functype	_start () -> ()
	call lib_func
	end_function