Improved branch code generation

This commit is contained in:
Eduard Urbach 2024-07-07 14:07:34 +02:00
parent 91e300e49a
commit 403e78f655
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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)
}