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