import "./third_mod" var my_value = 42 fun f(n) return n * 7 end fun x() fun y() third_mod::x + 2 end y() end assert x() eq 39