1.functype	lib_func () -> ()
2
3	.globl _start
4_start:
5	.functype	_start () -> ()
6	call lib_func
7	end_function
8
9