v/vlib/v/checker/tests/shift_op_wrong_right_type_e...

3 lines
32 B
V

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