[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-820.cs
blobb6822815a946ce7935ae0a8991a4bcf12e03eb06
1 // Compiler options: -main:C
3 using System;
5 namespace NS
7 public class C
9 public static void Main ()
11 throw new NotImplementedException ();
16 public class C
18 public static int Main (string[] a)
20 return 0;