Improved branch compilation

This commit is contained in:
Eduard Urbach 2024-07-07 21:55:32 +02:00
parent 871749101e
commit 13161f5021
Signed by: eduard
GPG key ID: 49226B848C78F6C8
9 changed files with 160 additions and 113 deletions

View file

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