7 lines
91 B
ArmAsm
7 lines
91 B
ArmAsm
.functype bar () -> ()
|
|
|
|
.globl foo
|
|
foo:
|
|
.functype foo () -> ()
|
|
call bar
|
|
end_function
|