v/vlib/v/checker/tests/division_by_zero_float_err.vv

4 lines
32 B
V

fn main() {
println(1.0/0.0)
}