bolt/deps/llvm-18.1.8/lld/test/wasm/Inputs/start-lib1.s

8 lines
91 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
.functype bar () -> ()
.globl foo
foo:
.functype foo () -> ()
call bar
end_function