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

