v/vlib/v/checker/tests/hex_lit_without_digit_err.vv

4 lines
30 B
V
Raw Normal View History

fn main() {
println(0x)
}