[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-optional-30.cs
blob7194983a7f9c0976b6efcdc80c86c52f3377ef98
1 // Compiler options: -r:gtest-optional-30-lib.dll
3 public static class Program
5 public static int Main()
7 if (Lib.Foo<object>() != null)
8 return 1;
10 return 0;