vlib/v/checker/tests/bin_lit_without_digit_err.vv:2:14: error: number part of this binary is not provided 1 | fn main() { 2 | println(0b**) | ^ 3 | }