DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / semantic / struct-field-initializer.test
12345678
Invalid Code struct Foo { public int i = 42; } void main () { }