hanchenye-llvm-project/stacker/test/neg.st

7 lines
101 B
Smalltalk

#
# NEG test
#
FORWARD success;
FORWARD failure;
: MAIN 23 NEG -23 = IF success ELSE failure ENDIF ;