Improved branch code generation

This commit is contained in:
Eduard Urbach 2024-07-07 14:07:34 +02:00
parent 962a362578
commit d5d29ee9cc
Signed by: eduard
GPG key ID: 49226B848C78F6C8
3 changed files with 11 additions and 9 deletions

View file

@ -1,7 +1,7 @@
main() {
x := f(1) + f(2) + f(3)
if x != 9 {
if x != f(8) {
exit(42)
}