blob: 299abf9dcd9be1c61afa4fffa1971c6218e38e28 [file] [log] [blame]
class Example {
void foo() {for ( int i = 0,j = 100; i < 10; i++, j-- ) {}
}
}