1.globl testfunc
2testfunc:
3	nop
4	ret
5.type testfunc, @function
6.size testfunc, .-testfunc
7