[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-560.cs
blob5532a1749c1504e306d0264c323895b7317d7714
1 struct G<T>
3 public static G<T> s;
5 private G (int i)
10 struct S
12 private G<string> value;
14 public static void Main ()