1 2 3 4 5 6 7 8
struct Foo { public int i; public static int foo = 42; public static string? bar = null; } void main () { }