blob: 92c9f0582067a80d941e821c50e598457cf34ff8 [file] [log] [blame]
.text
.globl foo
.type foo, @function
foo:
ret
.globl _start
.type _start, @function
_start:
call *foo@GOTPCREL(%rip)