// CS0523: Struct member `S.s' of type `S' causes a cycle in the struct layout // Line: 6 struct S { S s; }