w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0523-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;