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