// CS0824: Constructor `C.C()' is marked `external' but has no external implementation specified // Line: 6 class C { public extern C(); }