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