Release 0.41.92
[vala-gnome.git] / tests / control-semantic / argument-missing.test
blob9298a50355c57bedd03f19e6b745e244ed26ef9b
1 Invalid Code
3 void foo (int arg) {
6 void main () {
7         foo ();