v/vlib/v/checker/tests/cast_string_with_byte_err.vv

4 lines
43 B
V

for by in 'abc' {
println(string(by))
}