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