first commit
This commit is contained in:
commit
063194f8be
349 changed files with 36508 additions and 0 deletions
13
tester/testsuite/good/core009.jl
Normal file
13
tester/testsuite/good/core009.jl
Normal file
|
@ -0,0 +1,13 @@
|
|||
// Calling functions which take zero parameters
|
||||
|
||||
int main() {
|
||||
int x = foo();
|
||||
printInt(x);
|
||||
return 0 ;
|
||||
|
||||
}
|
||||
|
||||
int foo() {
|
||||
return 10;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue