Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
.
/
llvm
/
projects
/
Stacker
/
test
/
sub.st
blob: 09438d15e114802c689eeb1d632f3b782c5b641f [
file
] [
log
] [
blame
]
#
# SUB test
#
FORWARD success
;
FORWARD failure
;
:
MAIN
23
15
-
-
8
=
IF success ELSE failure ENDIF
;