aboutsummaryrefslogtreecommitdiff
path: root/Testing/Semantic/t5-4.p
diff options
context:
space:
mode:
Diffstat (limited to 'Testing/Semantic/t5-4.p')
-rw-r--r--Testing/Semantic/t5-4.p2
1 files changed, 1 insertions, 1 deletions
diff --git a/Testing/Semantic/t5-4.p b/Testing/Semantic/t5-4.p
index 840625a..a31211f 100644
--- a/Testing/Semantic/t5-4.p
+++ b/Testing/Semantic/t5-4.p
@@ -1,7 +1,7 @@
(* ERROR: function updating non-local variable *)
program main( input, output );
var a: integer;
-
+
function foo(b: integer): integer;
begin
foo := a;