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

5 lines
45 B
V

fn main() {
for i := 0; i++; i < 100 {
}
}