2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-506.cs
blobf5529ba9bac839f4c4493e639c8aa722b9175b30
1 public struct SchemaEntry<T>
3 public static SchemaEntry<T> Zero;
6 public class C
8 public static void Main ()
10 new SchemaEntry<short> ();