Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 committed Nov 3, 2021
1 parent a8ef072 commit 6914052
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/types/array
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
int a[2];
a[0] = 1;
a[1] = 2;
print a[0];
int main() {
int a[2];
a[0] = 1;
a[1] = 2;
print a[0];
}

0 comments on commit 6914052

Please sign in to comment.