Added return count mismatch error
This commit is contained in:
parent
0db4d4fc14
commit
d3823e9cfe
4 changed files with 35 additions and 1 deletions
3
tests/errors/ReturnCountMismatch.q
Normal file
3
tests/errors/ReturnCountMismatch.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
return 42
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue