v/vlib/v/checker/tests/rshift_op_wrong_left_type_e...

4 lines
33 B
V

fn main() {
println(0.5 >> 1)
}