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