There was an error while loading. Please reload this page.
1 parent bf96a39 commit ea46697Copy full SHA for ea46697
MJCompiler/test/test_assignments.mj
@@ -19,6 +19,8 @@ int g;
19
niz = new int[N + 1];
20
niz[0] = niz[x + y - 4];
21
niz[1]++;
22
+print(niz[0]);
23
+print(niz[1]);
24
}
25
26
0 commit comments