mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 21:01:18 +01:00
5 lines
54 B
ArmAsm
5 lines
54 B
ArmAsm
|
.globl foo
|
||
|
foo: ret
|
||
|
.globl _start
|
||
|
_start: call foo
|