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