v2 / vlib / v / checker / tests / string_escape_u16_err_b.vv
3 lines · 3 sloc · 35 bytes · 76530de56d9a48118baeca24b4fbc50af92c0858
Raw
1fn main() {
2 println('\u345')
3}
4