static box Main {
main() {
using "examples/include_math.hako" as Math
local r = Math.add(1, 2)
return r
}