vxx2 / vlib / v / checker / tests / oct_lit_without_digit_err.vv
3 lines · 3 sloc · 30 bytes · aba09a7e4d743927dfae6fcd7b605d493abe914b
Raw
1fn main() {
2 println(0o)
3}
4