mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-23 06:07:41 +01:00
11 lines
94 B
ArmAsm
11 lines
94 B
ArmAsm
|
.text
|
||
|
.globl fn1
|
||
|
.type fn1,@function
|
||
|
fn1:
|
||
|
ret
|
||
|
|
||
|
.globl fn2
|
||
|
.type fn2,@function
|
||
|
fn2:
|
||
|
ret
|