aboutsummaryrefslogtreecommitdiff
path: root/Testing/Semantic/t1-1a.p
diff options
context:
space:
mode:
Diffstat (limited to 'Testing/Semantic/t1-1a.p')
-rw-r--r--Testing/Semantic/t1-1a.p7
1 files changed, 7 insertions, 0 deletions
diff --git a/Testing/Semantic/t1-1a.p b/Testing/Semantic/t1-1a.p
new file mode 100644
index 0000000..5a6e773
--- /dev/null
+++ b/Testing/Semantic/t1-1a.p
@@ -0,0 +1,7 @@
+(* ERROR: variable redeclared *)
+program main( input, output );
+ var a,b,c: integer;
+ var x,y,c: real;
+begin
+end.
+