1	.text
2	.globl	main
3	.type	main, @function
4main:
5	movl	foo(%rip), %eax
6	.size	main, .-main
7