DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / structs / struct-static-field-initializer.vala
12345678
struct Foo { public int i; public static int foo = 42; public static string? bar = null; } void main () { }