[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs8170.cs
blob142e1a1943f00900ff34bf74eb12b0489ec4d758
1 // CS8170:
2 // Line: 8
4 public struct S
6 public ref S Foo ()
8 return ref this;