mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 09:49:37 +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
|
||||
Buf[0] := 'A';
|
||||
writeln(ord(Buf[0]));
|
||||
StrPLCopy(Buf, '', 0);
|
||||
writeln(ord(Buf[0]));
|
||||
readln;
|
||||
if Buf[0]<>#0 then
|
||||
halt(1);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user