summaryrefslogtreecommitdiff
path: root/tests/tbs/tb0078.pp
blob: 7e27ee9aa266daa503d9344daf12469b43052eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ Old file: tbs0090.pp }
{  shows PChar comparison problem                        OK 0.99.7 (PFV) }

{$X+}
var
 mystr : array[0..4] of char;

Begin
  if mystr = #0#0#0#0 then
  Begin
  end;
  mystr:=#0#0#0#0;
end.