// cs0171.cs: field x must be initialized before constructor X ends. // Line: struct X { public readonly int x; X (int a) { } static void Main () {} }