blob: 7216093f6f37a7c263f44b220e8060f83f28b618 [file] [log] [blame]
class A {
int f() {
return 0;
}
void m(int f) {
f();
}
}