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