// cs0133-4.cs: The expression being assigned to `Program.y' must be constant // Line: 12 class Program { int x; const int y = x; }