DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / control-semantic / argument-missing.test
12345678
Invalid Code void foo (int arg) { } void main () { foo (); }