blob: 37862dc4bdc45acf92d8d1830fd24dc55f9ffeef [file] [log] [blame]
class Foo {
void foo() {
for (int i = 0;
i < 5;
i++) {
doSomething(i);
}
}
}