tests: Add invalid "control-semantic" tests to increase coverage
[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);