v/vlib/v/checker/tests/bin_lit_wrong_digit_err.vv

4 lines
34 B
V
Raw Normal View History

fn main() {
println(0b1112)
}