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