Add error todo to execve3.py

This commit is contained in:
2025-09-11 09:15:27 +05:30
parent 1936ded032
commit 4ff95bb3c9

View File

@ -46,6 +46,7 @@ def hello_again(ctx: c_void_p) -> c_int64:
keena = 2 + 1
# below breaks
# keela = keena + 1
# TODO: binops evaluate but into a random register and dont get assigned.
keema = 8 * 9
keesa = 10 - 11
keeda = 10 / 5