summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-01-26 20:17:07 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-01-26 20:17:07 +0100
commit3b3b1371286588dc67227db20878d4aaf0fb6817 (patch)
tree54204c6e27477c2c3cec8bbe5d230a9fc7937908 /ecomp-c/test1.e
parentc8a9596376bc959e36118794517b19f6a2cd4937 (diff)
downloadcompilertests-3b3b1371286588dc67227db20878d4aaf0fb6817.tar.gz
compilertests-3b3b1371286588dc67227db20878d4aaf0fb6817.tar.bz2
some work on symbol handling
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 2fa4ed8..4043bf8 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -2,7 +2,7 @@
* module trying to show all features of the language
*/
module test1;
-
+
var
// this is an integer
a : integer;