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