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