dlr bug
[mcs.git] / tests / test-285.cs
blob133f9daf1388711d771727e3bbd2e76bc1756936
1 class T {
2 static int Main ()
4 switch (1) {
5 case 1:
6 return 0;
7 default:
8 break;