blob: ce4272451309ce7687ec13c938db878237554754 [file] [log] [blame]
library test;
class C {
int x;
}
void f(C c) {}
main() {}