Browse Source

new bug

git-svn-id: trunk@246 -
peter 20 years ago
parent
commit
919b18f280
2 changed files with 12 additions and 0 deletions
  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.