Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / gtest-207.cs
blob3848d9542a90911e24b00a041045ac8133069eeb
1 // Note that this test actually checks if we compiled mscorlib.dll properly.
3 class M {
4 static void p (string x) {
5 System.Console.WriteLine (x);
8 public static void Main () {
9 string[] arr = new string[] { "a", "b", "c" };
10 System.Array.ForEach (arr, p);