v/vlib/v/checker/tests/cast_function_to_string_err.vv

4 lines
37 B
V

fn main() {
println(string(main))
}