blob: 87fa3a95bdb140cc7e67254892850a0c07afb010 [file] [log] [blame]
.functype lib_func () -> ()
.globl _start
_start:
.functype _start () -> ()
call lib_func
end_function