v/vlib/v/checker/tests/rshift_op_wrong_right_type_...

4 lines
33 B
V

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