llvm-project/stacker/test/lt.st

8 lines
141 B
Smalltalk
Raw Normal View History

2003-11-24 02:12:22 +08:00
#
# LT test
#
FORWARD success;
FORWARD failure;
: phase2 49 7 < IF success ELSE failure ENDIF ;
: MAIN 7 49 < IF failure ELSE phase2 ENDIF ;