struct Foo { public int i; public static int foo = 42; public static string? bar = null; } void main () { }