1 # regression test for 1f4ff634
3 # warning! headaches can occur
4 # when trying to figure out what
11 %x0 =w phi @start 256, @loop %y0
12 %y0 =w phi @start 128, @loop %y1
20 function w $t1() { # swapped phis
23 %y0 =w phi @start 128, @loop %y1
24 %x0 =w phi @start 256, @loop %y0
32 # extern int t0(void), t1(void);
33 # int main() { return !(t0() == 1 && t1() == 1);}