[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-626.cs
blob3680fe936dbd941eb42bb60c7adf4f886c2d140d
1 //
2 // fixed
3 //
4 using System;
6 class X {
8 void A ()
12 public static void Main ()
14 int loop = 0;
16 goto a;
18 loop++;
19 return;
21 Console.WriteLine ("Hello");
22 for (;;){
23 goto b;