[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-581.cs
blob5021792e79f9130516a614be6a8009713c92adff
1 // Compiler options: -r:gtest-581-lib.dll
3 class Program
5 static void Main()
7 var f1 = (IA<A>) new C();
8 var f2 = (IA<B>) new C();
9 var f3 = (IB<A>) new C();
10 var f4 = (IB<C>) new C();