Checkin tests
[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 ;