[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs8345.cs
blob0b5bd05518f4986503f7dc34f054b1b4aec59e0f
1 // CS8345: Field or auto-implemented property cannot be of type `S' unless it is an instance member of a ref struct
2 // Line: 11
3 // Compiler options: -langversion:latest
5 public ref struct S
9 struct Test
11 S field;