Checkin tests

llvm-svn: 10187
diff --git a/llvm/projects/Stacker/test/mul.st b/llvm/projects/Stacker/test/mul.st
new file mode 100644
index 0000000..5831458
--- /dev/null
+++ b/llvm/projects/Stacker/test/mul.st
@@ -0,0 +1,6 @@
+#
+# MUL value test
+#
+FORWARD success;
+FORWARD failure;
+: MAIN 14 7 * 98 = IF success ELSE failure ENDIF ;