Browse Source

no message

florian 23 years ago
parent
commit
f48ac9e324
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tests/tbs/tb0411.pp

+ 14 - 0
tests/tbs/tb0411.pp

@@ -0,0 +1,14 @@
+{ %version=1.1}
+
+type
+   ta = array of longint;
+
+function f : ta;
+  begin
+     setlength(result,10);
+  end;
+
+begin
+   f[1]:=1;
+end.
+