1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/invalid_using_shared.vv

6 lines
51 B
V

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