commit | 6484bf74239eb232d6fd422c8618fba7d5947028 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Nov 23 18:12:22 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Nov 23 18:12:22 2003 +0000 |
tree | 24c49ec9515d6e2d5613139bbdc886ec8a8bac8b | |
parent | 75759839b26540b76c0c97489eb37d08f4bebfbd [diff] [blame] |
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 ;