Removed incorrect optimization

This commit is contained in:
Eduard Urbach 2024-07-06 15:20:52 +02:00
parent 8f9481c548
commit a9f305dec2
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
7 changed files with 16 additions and 38 deletions

View file

@ -0,0 +1,6 @@
main() {
x := 1
y := x + 1
x = 2
syscall(60, y)
}