v/vlib/v/checker/tests/hex_lit_wrong_digit_err.vv

4 lines
36 B
V
Raw Normal View History

fn main() {
println(0x111ghi)
}