eol
[mcs.git] / tests / gtest-172-lib.cs
blob5cda449077b1b9bf72ed5e3a4d9805e730029639
1 // Compiler options: -t:library
2 public class A <T> {
3 public class Nil : A <T> {
4 public static Nil _N_constant_object = new Nil ();