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