[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-exmethod-45.cs
blobd11ab64f8e04b00fe3ae2820879f2dc5c95bf43d
1 // Compiler options: -r:gtest-exmethod-45-lib.dll
3 public class C
5 public static void Main ()
7 string s = null;
8 s.TestExt ();