17 lines
120 B
C#
Raw Normal View History

struct Foo
{
Bar a;
Bar b;
}
struct Bar
{
public readonly int Test;
}
class X
{
public static void Main ()
{ }
}