blob: 8bfb08395bbe58502a39c351c7f9580f0ab3aad8 [file] [log] [blame]
library test;
class A {
void set x() {}
}
void f(A a) {}
main() {}