[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0573.cs
blobfd8de1ebc6e9c56ebb9e1a3802d37f089c33e55c
1 // CS0573: 'S': Structs cannot have instance property or field initializers
2 // Line: 6
4 struct S
6 int v = 0;