Checkin tests
[oota-llvm.git] / projects / Stacker / test / ge.st
1 #
2 # GE test
3 #
4 FORWARD success;
5 FORWARD failure;
6 : phase2 49 49 >= IF success ELSE failure ENDIF ;
7 : MAIN 7 49 >= IF phase2 ELSE failure ENDIF ;