[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0568.cs
blob3da6d663c1dbdc4bff996b41f023e4ce53852f60
1 // CS0568: Structs cannot contain explicit parameterless constructors
2 // Line: 6
4 struct S
6 public S ()