no type in fn arg test
This commit is contained in:
parent
6a986db046
commit
a8e9f42068
1 changed files with 3 additions and 0 deletions
3
tests/18_err-no-type-arg.test
Normal file
3
tests/18_err-no-type-arg.test
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
int main(a) {
|
||||||
|
return a;
|
||||||
|
}
|
Reference in a new issue