public struct SchemaEntry { public static SchemaEntry Zero; } public class C { public static void Main () { new SchemaEntry (); } }