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