1	.text
2.globl bar
3	.type	bar, @function
4bar:
5	movabsq	$foo@GOTOFF, %rax
6	.size	bar, .-bar
7	.weak	foo
8	.hidden	foo
9