blob: ce003c81d0f80c13e47346af70dca7c90a15cfa9 [file] [log] [blame]
.text
.globl foo
.type foo, @function
foo:
ret
.globl _start
.type _start, @function
_start:
call *foo@GOT