blob: e886f8664bdf558cf5e5b915cfc7632056824cd8 [file] [log] [blame]
int idx
<warning descr="Assignment is not used">idx</warning> = 2
idx = 3
if (++idx == 8) {
idx = 33
}
print idx