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