9 lines
186 B
Plaintext

module: ModuleB
import: ModuleA
function: fun
return_type: int
body:
return ModuleA.fun() + ModuleA.fun()
end body
end function
end module