(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0153.cs
blobc102bfa4672b08a84a36f166543078934651038f
1 // cs0153.cs: goto default only allowed in switch statement
2 // Line:
3 class X {
4 void Main ()
6 goto default;