vxx2 / vlib / v / checker / tests / string_escape_x_err_b.vv
3 lines · 3 sloc · 34 bytes · f336c2c5cc9d9b4dea50395bfdf476198ca96103
Raw
1fn main() {
2 println('\xhh')
3}
4