Home | History | Annotate | Download | only in testsuite
      1 	.text
      2 	.globl	foo
      3 	.type	foo, @function
      4 foo:
      5 	ret
      6 	.size	foo, .-foo
      7 	.globl	main
      8 	.type	main, @function
      9 main:
     10 	call	*foo@GOTPCREL(%rip)
     11 	ret
     12 	.size	main, .-main
     13