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