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