[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0824.cs
blob14536c088d6125bd1975708ea3d6f493c4420d8d
1 // CS0824: Constructor `C.C()' is marked `external' but has no external implementation specified
2 // Line: 7
3 // Compiler options: -warnaserror
5 class C
7 public extern C();