florian 21 år sedan
förälder
incheckning
d33a2be215
1 ändrade filer med 10 tillägg och 0 borttagningar
  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.