Browse Source

no message

florian 21 years ago
parent
commit
d33a2be215
1 changed files with 10 additions and 0 deletions
  1. 10 0
      tests/tbs/tb0476.pp

+ 10 - 0
tests/tbs/tb0476.pp

@@ -0,0 +1,10 @@
+const
+  e = 'as';
+
+procedure p(const p);
+  begin
+  end;
+
+begin
+  p(e[1]);
+end.