mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
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 ;
|