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