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