[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0133-7.cs
blob10d82d9fe5e0e77b6e9b932c5db7fce787e1c280
1 // CS0133: The expression being assigned to `o' must be constant
2 // Line: 8
4 class X
6 void Foo ()
8 const object o = null ?? "";