(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / tests / verify-8.cs
blobc82983e68a3dbbfe18b0474e9a61b9c7c36d1bb0
1 class X
3 static void Main ()
5 while (true) {
6 if (true)
7 break;
9 continue;