blob: 04744828bd0aa53cc71dcb7196c7c5f8867a5810 [file] [log] [blame]
class C {
factory C() = C;
}
main() {}