**** Merged from MCS ****
[mono-project.git] / mcs / tests / verify-4.cs
blob32b2a01834848147f9c658f5649917034051263a
1 using System;
2 using System.Threading;
4 enum A {
5 Hello,
6 Bye
9 class X {
11 static void Main () {
12 switch (0) {
13 default:
14 throw new Exception("FOO");
15 break;