[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-375.cs
blob019f48b008a7f632f312ed244aaf3f711442b414
1 class a
3 protected class b
8 class c : a
10 b a_var;
12 protected class d
14 b d_var;
17 public static void Main () {}