Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / 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> ();