blob: bdc583820bfdbf3539922ee4db49d2b7edb42750 [file] [log] [blame]
class Bar {
void m() {
if (aaa && bbb && ccc && ddd && eee) {
return;
}
}
}