[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-374.cs
blobf4dfc85b82c17d83709c94e62867d90e44b44ceb
1 internal class Test
3 protected internal const int foo = 0;
5 internal class Rest
7 protected const int foo = Test.foo;
9 public static void Main () {}