v/vlib/v/checker/tests/bit_op_wrong_left_type_err.vv

3 lines
31 B
V

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