first commit
This commit is contained in:
commit
063194f8be
349 changed files with 36508 additions and 0 deletions
11
tester/testsuite/bad/bad017.jl
Normal file
11
tester/testsuite/bad/bad017.jl
Normal file
|
@ -0,0 +1,11 @@
|
|||
// 0 instead of 1 argument
|
||||
|
||||
int main() {
|
||||
int x = foo();
|
||||
return 0 ;
|
||||
}
|
||||
|
||||
int foo(int y) {
|
||||
return y;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue