Skip to content

Commit ea46697

Browse files
committed
assignments and arrays [test]
1 parent bf96a39 commit ea46697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MJCompiler/test/test_assignments.mj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ int g;
1919
niz = new int[N + 1];
2020
niz[0] = niz[x + y - 4];
2121
niz[1]++;
22+
print(niz[0]);
23+
print(niz[1]);
2224
}
2325

2426
}

0 commit comments

Comments
 (0)