DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / basic-types / bug570846.test
12345678
Invalid Code void foo (ref string[] bar) { bar += "foo"; } void main () { }