[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0133.cs
blob094194deabb2497744a4322b9adea4c922264d81
1 // CS0133: The expression being assigned to `x' must be constant
2 // Line: 6
3 class X {
4 X (int arg)
6 const int x = arg;