[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs8345-2.cs
blob3f6137b1b564a05a666e6ac5477ab8a7c72e3ec1
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 ref struct Test
11 static S field;