[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs8170-2.cs
blobdbd76a4da36cbc224914ff15dc3e2fd75eb89ebe
1 // CS8170:
2 // Line: 10
4 public struct S
6 int f;
8 public ref S Foo ()
10 return ref f;