[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-679.cs
blobf59290db337b70f51b8f0d5a20ddb30d576462e0
1 // Compiler options: -t:library -r:dlls/test-679-1/test-679-lib.dll -r:dlls/test-679-2/test-679-lib-2.dll
3 using System;
5 class Program
7 void Main ()
9 LibB.A ();
10 LibB.B ();