v/vlib/v/parser/tests/invalid_using_atomic.vv

6 lines
51 B
V

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