summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-01-23 10:57:23 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-01-23 10:57:23 +0100
commite7ee74f96de6521fd09d89883913dd8b8bd94ef5 (patch)
treea795d7dc0b9d3bd1a4cde60d3cd9c73d03b47fed /ecomp-c/test1.e
parent776937eb91f8809ff3595e62bbcee513943f2655 (diff)
downloadcompilertests-e7ee74f96de6521fd09d89883913dd8b8bd94ef5.tar.gz
compilertests-e7ee74f96de6521fd09d89883913dd8b8bd94ef5.tar.bz2
redone simple statement blocks with constant assignment, implicit integers
Diffstat (limited to 'ecomp-c/test1.e')
-rw-r--r--ecomp-c/test1.e2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index 9ee3bab..b5d77db 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -1,4 +1,6 @@
module test1;
begin
+ a := 1;
+ b := 7;
end