[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-5.cs
blob431d1944477529e8da2842f882e2b0b48748aba1
1 using System;
3 class X {
5 public static int Main ()
7 Console.WriteLine ("From 0 to 9");
9 for (int i = 0; i < 10; i++)
10 Console.WriteLine (i);
12 return 0;