dlr bug
[mcs.git] / tests / test-503.cs
blobe94e764a3489bb361402953db5164ab1caf58b46
1 // Compiler options: -warnaserror
3 class Foo {
4 static int Main ()
6 for (;;) {
7 try {
8 break;
9 } catch {
10 continue;
13 return 0;