(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0180.cs
blob7f1714e7331beeb7818eb35ef3929032194b219f
1 // cs0179.cs: member can not be declared extern and abstract
2 // Line:
4 class X {
6 public extern abstract int extern_method ();
8 public static void Main ()