89d5a9cb681517f40c5f9755dc07ed74b671943b
[oota-llvm.git] / projects / Stacker / test / add.st
1 #
2 # ADD test
3 #
4 FORWARD success;
5 FORWARD failure;
6 : step2 7 93 + 100 = IF success ELSE failure ENDIF ;
7 : MAIN 93 7 + 100 = IF step2 ELSE failure ENDIF ;