Fixed incorrect register move

This commit is contained in:
2024-08-02 12:55:25 +02:00
parent 34d865986a
commit b1f0d20394
12 changed files with 38 additions and 31 deletions

View File

@ -0,0 +1,9 @@
main() {
f(10)
}
f(new) {
old := new
new -= 1
assert new != old
}