[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-911.cs
blob2dc4b176f558d3da6cbdf7050a4eaf448e9f66c6
1 // Compiler options: -r:test-911-lib.dll
3 class N
5 public static void Foo ()
10 class X
12 public static void Main ()
14 N.Foo ();