1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/fmt/tests/char_literal_backtick_keep.vv

4 lines
38 B
V

fn char_backtick() {
println(`\``)
}