10 lines
169 B
Plaintext

module: Main
import: ModuleB
function: main
return_type: int
body:
return ModuleB.fun()
end body
end function
end module