hanchenye-llvm-project/llvm/projects/Stacker/test/shl.st

8 lines
141 B
Smalltalk
Raw Normal View History

2003-11-24 02:12:22 +08:00
#
# SHL test
#
FORWARD success;
FORWARD failure;
: show_failure >d SPACE failure ;
: MAIN 64 3 << 512 = IF success ELSE show_failure ENDIF ;