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

8 lines
109 B
ArmAsm

.functype lib_func () -> ()
.globl _start
_start:
.functype _start () -> ()
call lib_func
end_function