blob: 129158349fccfd37067f2f67f8f4e11373aa98e5 [file] [log] [blame]
class C {
void foo() {
if (a) {
call();
} else if (b) {
call();
}
}
}