// cs0515.cs: `X.X()': access modifiers are not allowed on static constructors // Line: 4 class X { public static X () { } }