11 lines
89 B
C#
Raw Permalink Normal View History

// CS8170:
// Line: 8
public struct S
{
public ref S Foo ()
{
return ref this;
}
}