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