blob: 0b36f2bb117c58f4e921743517beb3a16f5a5458 [file] [log] [blame]
.global _start, foo
.type foo, %function
.text
_start:
call foo@PLT
foo:
ret