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