v/vlib/v/checker/tests/import_mod_as_mod_err.vv

6 lines
55 B
V

import math as math
fn main() {
println(math.e)
}