v2 / vlib / v / checker / tests / unknown_function.vv
5 lines · 4 sloc · 52 bytes · 7622ff3f546f2b5325ea74c3e5c9c0b47318672d
Raw
1import math
2
3fn main() {
4 println(math.max_i64())
5}
6