8 lines
82 B
ArmAsm
8 lines
82 B
ArmAsm
|
.global _start, foo
|
||
|
.type foo, %function
|
||
|
.text
|
||
|
_start:
|
||
|
call foo@PLT
|
||
|
foo:
|
||
|
ret
|