Big testing update

This commit is contained in:
Scarlett
2025-04-25 23:26:50 -04:00
parent 747a48b211
commit 6e4841f0c1
27 changed files with 262 additions and 8 deletions

View File

@ -8,12 +8,12 @@ entry (arg) := {
x := 3 + 2 * 8;
x := 3 - 2 / 8;
x := a * 2 % 8;s
x := a * 2 % 8;
b2 := 3 * 2 % 8;
x := 3 % 2 * 8;
x := 3 + arr - 8;
x := r.x;
x := a.x;
x := r.x;
x := a.x;
return 0;
}