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

3 lines
31 B
V
Raw Normal View History

fn main() {
println(0.5 & 1)
2020-04-19 22:29:45 +02:00
}