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

9 lines
109 B
ArmAsm

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