vlib/v/checker/tests/division_by_zero_float_err.vv:2:14: error: division by zero 1 | fn main() { 2 | println(1.0/0.0) | ~~~ 3 | }