Move MonoError from managed wrappers to native wrappers. (#15894)
[mono-project.git] / mcs / tests / test-619.cs
blob1a1116efc9f32004e1dd7e4f1835411ddbb91327
1 class X
3 public static void Main ()
5 while (true) {
6 if (true)
7 break;
9 continue;