Improved branch compilation
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user