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