Checkin tests

llvm-svn: 10187
diff --git a/llvm/projects/Stacker/test/roll.st b/llvm/projects/Stacker/test/roll.st
new file mode 100644
index 0000000..1c203af
--- /dev/null
+++ b/llvm/projects/Stacker/test/roll.st
@@ -0,0 +1,5 @@
+#
+# ROLL test
+#
+FORWARD success;
+: MAIN "Not Implemented Yet - Left As An Exercise - " >s success ;