[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-503.cs
blob755835e8a753d319032e32feee832a61877fa0e2
1 // Compiler options: -warnaserror
3 class Foo {
4 public static int Main ()
6 for (;;) {
7 try {
8 break;
9 } catch {
10 continue;
13 return 0;