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