blob: 4ee477ec2197540c362776c5c9c0ebc418fe0a6d [file] [log] [blame]
class Foo {
void foo() {
if (AAA == BBB ||
CCC) continue;
}
}