blob: 3a6f24fc909fc25bc4347ef48cb634bc6d8753ff [file] [log] [blame]
extension type IC1(int id) {
factory IC1.f(int id) = IC1;
}
main() {}