v/vlib/v/parser/tests/invalid_using_mut.vv

6 lines
48 B
V

fn main() {
if mut true {
println(true)
}
}