blob: 9cf8b43f39dbe85d14136cb5040a78b8208f3209 [file] [log] [blame]
class Example {
void bar() {}
void foo() {for ( bar(), bar(); i < 10; i++, j-- ) {}
}
}