2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0523.cs
blob67412c89983d240136765cd2db3fa35224b18ccd
1 // CS0523: Struct member `A<T>.a' of type `A<T>' causes a cycle in the struct layout
2 // Line: 6
4 struct A<T>
6 A<T> a;