blob: ff5e738de135d7357aef0261910682ea74baca53 [file] [log] [blame]
class B {
void f (A a) {
a.f();
}
}