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