8 lines
77 B
C#
Raw Normal View History

public struct S
{
internal int private_value;
public void Test ()
{
}
}