unplugged-vendor/external/llvm-project/lld/test/wasm/Inputs/ctor-start.s

8 lines
109 B
ArmAsm

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