2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0523-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;