blob: 1efb8c25fda502ed235d9f1ffb97d1e272682daf [file] [log] [blame]
class C{
void g (A a, B b){
a.f();
b.f();
}
}