summaryrefslogtreecommitdiff
path: root/crenshaw/test.prog
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-17 22:22:12 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-17 22:22:12 +0200
commit47e6a680daeb0c789162b7f9528960cf5bf07adb (patch)
tree894d61d2ce363e7ee2359c1ceaafe86618a1cef5 /crenshaw/test.prog
parent155e1b550268ff3dee93a91de4ea5a66b6ff3566 (diff)
downloadcompilertests-47e6a680daeb0c789162b7f9528960cf5bf07adb.tar.gz
compilertests-47e6a680daeb0c789162b7f9528960cf5bf07adb.tar.bz2
crenshaw: added two assignments (just for testing)
extended emul to properly handle hash collisions in the instruction map
Diffstat (limited to 'crenshaw/test.prog')
-rw-r--r--crenshaw/test.prog3
1 files changed, 2 insertions, 1 deletions
diff --git a/crenshaw/test.prog b/crenshaw/test.prog
index 880418a..2be58d7 100644
--- a/crenshaw/test.prog
+++ b/crenshaw/test.prog
@@ -1 +1,2 @@
-(4+4)*3/2-3+a-b*f()
+x=(4+4)*3/2-3+a-b*f()
+y=x*2