1	.data
2foo:
3	.quad	0
4	.text
5	.globl  _start
6	.type	_start, @function
7_start:
8	cmpl	foo@GOTPCREL(%rip), %eax
9	cmpl	foo@GOTPCREL(%rip), %r11d
10	.size	_start, .-_start
11