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