Update mcs/class/System.Core/System/TimeZoneInfo.cs
[mono.git] / mcs / tests / gtest-002.cs
1 class Cell <X> {
2         X value;
3
4 }
5
6 class D {
7         static void Main ()
8         {
9         }
10 }