v/vlib/v/checker/tests/unknown_function.vv

6 lines
52 B
V

import math
fn main() {
println(math.max_i64())
}