diff options
Diffstat (limited to 'llvm/projects/Stacker/test/out_num.st')
-rw-r--r-- | llvm/projects/Stacker/test/out_num.st | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/projects/Stacker/test/out_num.st b/llvm/projects/Stacker/test/out_num.st new file mode 100644 index 00000000000..30ec9744b8c --- /dev/null +++ b/llvm/projects/Stacker/test/out_num.st @@ -0,0 +1,5 @@ +# +# OUT_NUM test +# +FORWARD success; +: MAIN 33 >d success ; |