summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-01-30 16:51:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-01-30 16:51:04 +0100
commit99ef28b45012765a0bfe078db0568ba48f87969f (patch)
treee45b56ddef593a8a1b1e2a276088bb78fe1dd81a /ecomp-c/test1.e
parent3740165456ced176cde652d27b01ded7484eb954 (diff)
downloadcompilertests-99ef28b45012765a0bfe078db0568ba48f87969f.tar.gz
compilertests-99ef28b45012765a0bfe078db0568ba48f87969f.tar.bz2
more testing and made it work with tcc-git nostdlib
Diffstat (limited to 'ecomp-c/test1.e')
-rw-r--r--ecomp-c/test1.e8
1 files changed, 4 insertions, 4 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index 66db7f7..315627a 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -5,15 +5,15 @@ module test1;
const
// integer constant
- N : integer = 20;
+// N : integer = 20;
var
// this is an integer
- a : integer;
+// a : integer;
// this is also an integer
- b : integer;
- c : integer; // c too
+// b : integer;
+// c : integer; // c too
begin
a := 1;