Checkin tests
[oota-llvm.git] / projects / Stacker / test / drop2.st
1 #
2 # DROP2 test
3 #
4 FORWARD success;
5 FORWARD failure;
6 : step2 0 = IF success ELSE failure ENDIF ;
7 : MAIN 0 1 2 3 DROP2 1 = IF step2 ELSE failure ENDIF ;