blob: 468b28cbd954f1f2ffa2b41c3f102b8bb088a9c5 [file] [log] [blame]
int indx = 7;
for (/*indx is already initialized*/; indx < 20; ++indx) {
}