diff options
Diffstat (limited to 'llvm/projects/Stacker/test/nip.st')
-rw-r--r-- | llvm/projects/Stacker/test/nip.st | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/projects/Stacker/test/nip.st b/llvm/projects/Stacker/test/nip.st new file mode 100644 index 00000000000..91da4b4018c --- /dev/null +++ b/llvm/projects/Stacker/test/nip.st @@ -0,0 +1,6 @@ +# +# NIP test +# +FORWARD success; +FORWARD failure; +: MAIN 1 2 NIP 2 = IF success ELSE failure ENDIF ; |