summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-05-26 20:42:16 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-05-26 20:42:16 +0200
commit8c3ad4c4acc3212ba5d1ff0a3aada3e714dad071 (patch)
tree116a0eb2dd4e768b630ce442c38a23ec86ceb998 /ecomp-c/test1.e
parent58a041e920116d7f06100a588172b4719e32a40b (diff)
downloadcompilertests-8c3ad4c4acc3212ba5d1ff0a3aada3e714dad071.tar.gz
compilertests-8c3ad4c4acc3212ba5d1ff0a3aada3e714dad071.tar.bz2
some refactoring and started array types
Diffstat (limited to 'ecomp-c/test1.e')
-rw-r--r--ecomp-c/test1.e1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index 5648c9f..3ad3bac 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -24,6 +24,7 @@ var
flag : boolean;
i : integer;
j : character := C;
+ s : array 100 of character;
begin
a := 1;