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