9752186160d25ed1f2e8e888a524c405a039a248
[oota-llvm.git] / projects / Stacker / test / lt.st
1 #
2 # LT test
3 #
4 FORWARD success;
5 FORWARD failure;
6 : phase2 49 7 < IF success ELSE failure ENDIF ;
7 : MAIN 7 49 < IF failure ELSE phase2 ENDIF ;