e46a49ecf1
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
13 lines
96 B
C#
13 lines
96 B
C#
// CS8170:
|
|
// Line: 10
|
|
|
|
public struct S
|
|
{
|
|
int f;
|
|
|
|
public ref S Foo ()
|
|
{
|
|
return ref f;
|
|
}
|
|
}
|