1	.text
2        .type foo, @function
3	.global
4foo:
5        movl xxx(%rip), %eax
6        ret
7
8	.data
9xxx:
10	.quad ifunc
11