struct G { public static G s; private G (int i) { } } struct S { private G value; public static void Main () { } }