mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 23:29:25 +02:00
--- 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:
parent
096ce39f2b
commit
a4c625e82c
@ -10,8 +10,7 @@ var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
Buf[0] := 'A';
|
Buf[0] := 'A';
|
||||||
writeln(ord(Buf[0]));
|
|
||||||
StrPLCopy(Buf, '', 0);
|
StrPLCopy(Buf, '', 0);
|
||||||
writeln(ord(Buf[0]));
|
if Buf[0]<>#0 then
|
||||||
readln;
|
halt(1);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user