summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-01-25 17:20:17 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-01-25 17:20:17 +0100
commit29d0fec3cf812bb691a1adb98ea19f0cf7b162e8 (patch)
treebc0f53c0bf2173885b6756478d56a078fff27c0c /ecomp-c/test1.e
parenta591f158fb2c856375d0137336a730c0123f3c3b (diff)
downloadcompilertests-29d0fec3cf812bb691a1adb98ea19f0cf7b162e8.tar.gz
compilertests-29d0fec3cf812bb691a1adb98ea19f0cf7b162e8.tar.bz2
added some debuging functionality
Diffstat (limited to 'ecomp-c/test1.e')
-rw-r--r--ecomp-c/test1.e2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index 120087b..2fa4ed8 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -14,5 +14,5 @@ var
begin
a := 1;
b := 7;
- c := a + d;
+ c := 8;
end