[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0523-3.cs
blob1ee8ecceb9d8ee99cca002bb472db9e518f6f3be
1 // CS0523: Struct member `S<T>.s' of type `S<T[]>' causes a cycle in the struct layout
2 // Line: 6
4 struct S<T>
6 static S<T[]> s;