DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / structs / struct-static-field-initializer-2.test
123456789
Invalid Code struct Foo { public int i; public static string bar = "Foobar"; } void main () { }