1	.largecomm	foo1,1073741824,32
2	.largecomm	foo2,1073741824,32
3	.largecomm	foo3,1073741824,32
4	.text
5	.globl	_start
6	.type	_start, @function
7_start:
8	movq	foo1@GOTPCREL(%rip), %rax
9	.size	_start, .-_start
10