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