mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34: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
|