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