v/vlib/v/parser/tests/invalid_using_static.vv

6 lines
51 B
V

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