[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs0523-6.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;