v/vlib/v/checker/tests/float_lit_too_many_points_e...

4 lines
37 B
V

fn main() {
println(123.45.67)
}