for1.C   [plain text]


int main() {
  for( {int i = 0; int j = 0;} i < 10; ++i ) ;		// ERROR - 
}