[corlib] Add a special method for XI so the linker does not always have to generate it.
[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;