(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0642.cs
blob69869176f7f4d84a949f5f3d2cb9d3de4aab8001
1 // cs0642.cs: Possible mistaken empty statement
2 // Line: 7
4 class X{
5 static void Main ()
7 if (true);