florian %!s(int64=23) %!d(string=hai) anos
pai
achega
f48ac9e324
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  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.
+