mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
7 lines
74 B
ArmAsm
7 lines
74 B
ArmAsm
.syntax unified
|
|
.text
|
|
.global test
|
|
.type test, %function
|
|
test:
|
|
bx lr
|