first commit
This commit is contained in:
commit
063194f8be
349 changed files with 36508 additions and 0 deletions
11
tester/testsuite/good/core008.jl
Normal file
11
tester/testsuite/good/core008.jl
Normal file
|
@ -0,0 +1,11 @@
|
|||
// multiple variables of the same type declared
|
||||
// and possibly initialized in the same statement
|
||||
|
||||
int main() {
|
||||
int x, y = 7;
|
||||
x = -1234234;
|
||||
printInt(x);
|
||||
printInt(y);
|
||||
return 0 ;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue