Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
8 lines
144 B
Smalltalk
8 lines
144 B
Smalltalk
#
|
|
# LE test
|
|
#
|
|
FORWARD success;
|
|
FORWARD failure;
|
|
: phase2 49 49 <= IF success ELSE failure ENDIF ;
|
|
: MAIN 49 7 <= IF phase2 ELSE failure ENDIF ;
|