v/vlib/v/fmt/tests/cast_or_dump_arg_ending_wit...

5 lines
42 B
V

fn main() {
println(u8(1,),)
dump(1,)
}