[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-534.cs
blob3225663343c0cc5dc94ca811587108b787b9488d
1 // Compiler options: -r:gtest-534-lib.dll
3 class A : IA
5 public void Method (IG<double[][]> arg)
9 public static int Main ()
11 new A ().Method (null);
12 return 0;