1	.type foo, %gnu_indirect_function
2	.globl foo
3foo:
4	ret
5	.size	foo, .-foo
6