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