blob: 8c806966a56f558d2df43806a1ca0038ccceaa24 [file] [log] [blame]
.text
.globl foo
.type foo, @function
foo:
ret
.globl _start
.type _start, @function
_start:
jmp *foo@GOT