[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / dtest-friend-01.cs
blob4766599fc28a4b3c0f03a8f48ce6e202b301d4b4
1 // Compiler options: -r:dtest-friend-01-lib.dll
3 class C
5 public static void Main ()
7 dynamic d = new A();
8 d.Test ();