// cs0514: Static constructor can not have arguments // Line: 4 class X { static X () : base () { } static void Main () {} }