In ilasm/tests:
[mcs.git] / errors / cs0133-4.cs
blob094fec1d6ad6c5c951cf380c6f444aef96f1c449
1 // cs0133-4.cs: The expression being assigned to `Program.y' must be constant
2 // Line: 12
4 class Program {
5 int x;
6 const int y = x;