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