Improved branch code generation

This commit is contained in:
2024-07-07 14:07:34 +02:00
parent 91e300e49a
commit 403e78f655
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)
}