blob: e46213035bf2ca64cb3ffebc01a94c9319764427 [file] [log] [blame]
int main() {
for( {int i = 0; int j = 0;} i < 10; ++i ) ; // ERROR -
}