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

9 lines
109 B
ArmAsm
Raw Normal View History

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