blob: 6f37553f69c06fc67aedea5343156e75d06aa9df [file] [log] [blame]
class Foo {
void foo() {
if (a)
return;
}
}