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