2010-04-14 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-174-lib.cs
blobbbc07b2625e2f3fcc26f31998b317de555e8927a
1 // Compiler options: -t:library
2 public class A <T> {
3 public static A<T> _N_constant_object = new A<T> ();