summaryrefslogtreecommitdiff
path: root/ecomp-c/test1.e
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-06-28 20:18:33 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-06-28 20:18:33 +0200
commit93fb293b9cbed65c5324c51632ef6951c5c23cd5 (patch)
tree3131b86bb07420e24711c96c23be96bd85e564f9 /ecomp-c/test1.e
parent6832eb323e51af3a05e9f4ee62e7c9cc358cb863 (diff)
downloadcompilertests-93fb293b9cbed65c5324c51632ef6951c5c23cd5.tar.gz
compilertests-93fb293b9cbed65c5324c51632ef6951c5c23cd5.tar.bz2
some work on procedure scopes
Diffstat (limited to 'ecomp-c/test1.e')
-rw-r--r--ecomp-c/test1.e1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecomp-c/test1.e b/ecomp-c/test1.e
index a9fbbe8..49418db 100644
--- a/ecomp-c/test1.e
+++ b/ecomp-c/test1.e
@@ -43,7 +43,6 @@ end
procedure B;
begin
a1[4] := 44;
- A;
end
begin