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