linux-packaging-mono/mcs/tests/gtest-174-lib.cs

5 lines
109 B
C#
Raw Normal View History

// Compiler options: -t:library
public class A <T> {
public static A<T> _N_constant_object = new A<T> ();
}