For PR1074:
[oota-llvm.git] / projects / Stacker / test / le.st
1 #
2 # LE test
3 #
4 FORWARD success;
5 FORWARD failure;
6 : phase2 49 49 <= IF success ELSE failure ENDIF ;
7 : MAIN 49 7 <= IF phase2 ELSE failure ENDIF ;