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/max.st b/llvm/projects/Stacker/test/max.st new file mode 100644 index 0000000..b3b905d --- /dev/null +++ b/llvm/projects/Stacker/test/max.st
@@ -0,0 +1,7 @@ +# +# MAX test +# +FORWARD success; +FORWARD failure; +: step2 2 1 MAX 2 = IF success ELSE failure ENDIF ; +: MAIN 1 2 MAX 2 = IF step2 ELSE failure ENDIF ;