浏览代码

no message

florian 23 年之前
父节点
当前提交
f48ac9e324
共有 1 个文件被更改,包括 14 次插入0 次删除
  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.
+