Retro68/binutils/ld/testsuite/ld-x86-64/pr26018.s

8 lines
82 B
ArmAsm

.global _start, foo
.type foo, %function
.text
_start:
call foo@PLT
foo:
ret