浏览代码

new bug

git-svn-id: trunk@246 -
peter 20 年之前
父节点
当前提交
919b18f280
共有 2 个文件被更改,包括 12 次插入0 次删除
  1. 1 0
      .gitattributes
  2. 11 0
      tests/webtbs/tw4055.pp

+ 1 - 0
.gitattributes

@@ -6138,6 +6138,7 @@ tests/webtbs/tw3977.txt svneol=native#text/plain
 tests/webtbs/tw4010.pp svneol=native#text/plain
 tests/webtbs/tw4013.pp svneol=native#text/plain
 tests/webtbs/tw4038.pp svneol=native#text/plain
+tests/webtbs/tw4055.pp svneol=native#text/plain
 tests/webtbs/ub1873.pp svneol=native#text/plain
 tests/webtbs/ub1883.pp svneol=native#text/plain
 tests/webtbs/uw0555.pp svneol=native#text/plain

+ 11 - 0
tests/webtbs/tw4055.pp

@@ -0,0 +1,11 @@
+{$WRITEABLECONST OFF}
+
+procedure TestBuf(const Buf; Size: Integer);
+begin
+end;
+
+const A : Byte = 1;
+
+begin
+  TestBuf(A, 1);
+end.