1 2 3 4 5 6 7 8 9
// CS0568: Structs cannot contain explicit parameterless constructors // Line: 6 struct S { public S () { } }