[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-810.cs
blobd82de016bafa5814e09bad025c689766dce54bdc
1 // Compiler options: -r:test-810-lib.dll
3 public class C
5 public IA Test (IC b)
7 IA a = b;
8 return a;
11 public static void Main ()