2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-174.cs
blob9d3cae447b4509889901146ef5a80365974c9f6c
1 // Compiler options: /r:gtest-174-lib.dll
2 public class B<T> {
3 public static B<T> _N_constant_object = new B<T> ();
6 class M {
7 static void Main () {
8 A<int> x = A<int>._N_constant_object;
9 B<int> y = B<int>._N_constant_object;