v2 / vlib / v / checker / tests / bin_lit_without_digit_err.out
5 lines · 5 sloc · 185 bytes · 86dfd3902fa851455e98b176a0abf5ff9dc6ab28
Raw
1vlib/v/checker/tests/bin_lit_without_digit_err.vv:2:14: error: number part of this binary is not provided
2 1 | fn main() {
3 2 | println(0b**)
4 | ^
5 3 | }
6