DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / arrays / inline-struct-field.test
12345678
Invalid Code struct Foo { public int bar[]; } void main () { }