1	.type foo,%gnu_indirect_function
2foo:
3	ret
4	.globl _start
5_start:
6	ret
7	.globl __start
8__start:
9	.data
10	.dc.a foo
11