v/vlib/v/checker/tests/float_lit_exp_not_integer_e...

4 lines
34 B
V

fn main() {
println(45e2.5)
}