blob: aea36fb8b1f88ca264991d701910fd14be2e12c3 [file] [log] [blame]
class C {
void set x(value) {}
}
void test(C c) {}
main() {}