--- Merging r30862 into '.':

U    tests/webtbs/tw28089.pp
--- Recording mergeinfo for merge of r30862 into '.':
 U   .

# revisions: 30862

git-svn-id: branches/fixes_3_0@31558 -
This commit is contained in:
marco 2015-09-06 17:23:45 +00:00
parent 096ce39f2b
commit a4c625e82c

View File

@ -10,8 +10,7 @@ var
begin
Buf[0] := 'A';
writeln(ord(Buf[0]));
StrPLCopy(Buf, '', 0);
writeln(ord(Buf[0]));
readln;
if Buf[0]<>#0 then
halt(1);
end.