v/vlib/v/parser/tests/invalid_using_volatile.vv

6 lines
53 B
V

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