Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
9 lines
130 B
Smalltalk
9 lines
130 B
Smalltalk
|
|
#
|
|
# RECURSE test
|
|
#
|
|
FORWARD success;
|
|
FORWARD failure;
|
|
: returner 17 RETURN ;
|
|
: MAIN returner 17 = IF success ELSE failure ENDIF ;
|