bolt/deps/llvm-18.1.8/lld/test/wasm/Inputs/start-lib1.s
2025-02-14 19:21:04 +01:00

7 lines
91 B
ArmAsm

.functype bar () -> ()
.globl foo
foo:
.functype foo () -> ()
call bar
end_function