summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-03-03 20:04:50 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-03-03 20:04:50 +0100
commit81dc9c9484cda987f9987b354dcefba450ed4551 (patch)
treea7a7196ab6f291f99458d5ce37c547e82b50df9f /ecomp-c/test1.e
parenta5f2e4e1539dc31c9aedbe34d447e8730ecae7ac (diff)
downloadcompilertests-81dc9c9484cda987f9987b354dcefba450ed4551.tar.gz
compilertests-81dc9c9484cda987f9987b354dcefba450ed4551.tar.bz2
allow enumeration of constants, fixed variable enumerations
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 688297f..d276f9c 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -6,7 +6,7 @@ module test1;
const
// integer constant
- N : integer = 20;
+ N, M : integer = 20;
var
// this is an integer