1	.text
2	.p2align 4
3	.globl	test3
4	.type	test3, @function
5test3:
6	.cfi_startproc
7	movl	%fs:0, %eax
8	addq	foo@gottpoff(%rip), %rax
9	cmpl	%edi, (%eax)
10	jne	.L7
11	movl	%eax, %eax
12	ret
13.L7:
14	pushq	%rax
15	.cfi_def_cfa_offset 16
16	call	abort@PLT
17	.cfi_endproc
18	.size	test3, .-test3
19	.section	.note.GNU-stack,"",@progbits
20