v/cmd/tools/vvet/tests/array_init_one_val.vv

6 lines
57 B
V

fn main() {
if 1 in [1] {
println('hello world')
}
}