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

