blob: 19020cded56d5d9e503ae6cec95edd5ca71fc629 [file] [log] [blame]
class C {
void foo() {
if (a) {
if (b) {
call();
}
}
}
}