static box Main { main() { local M using "apps/tmp_mod.hako" as M local r r = M.foo() print("r=" + r.toString()) return 0 } }