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