git-svn-id: trunk@246 -
This commit is contained in:
peter 2005-06-07 20:49:35 +00:00
parent 21425e303c
commit 919b18f280
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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
tests/webtbs/tw4055.pp Normal file
View File

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