blob: 7c1f7bed2c471bc7a282618bcc04d35d79b491d3 [file] [log] [blame]
class C {
var x;
void f() {}
}
void test(C c) {}
main() {}