summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw4055.pp
blob: e9cd94ab682420a9dae64dd8a2704d930947ed0b (plain)
1
2
3
4
5
6
7
8
9
10
11
{$WRITEABLECONST OFF}

procedure TestBuf(const Buf; Size: Integer);
begin
end;

const A : Byte = 1;

begin
  TestBuf(A, 1);
end.