mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:19:30 +02:00
* use source for test
This commit is contained in:
parent
b6d3d8cf1b
commit
c35fc00fe6
@ -3,7 +3,7 @@ var
|
||||
i : word;
|
||||
buf : string;
|
||||
begin
|
||||
assign(f,'test');
|
||||
assign(f,'tbs0111.pp');
|
||||
reset(f);
|
||||
blockread(f,buf[1],sizeof(buf),i); { This is not allowed in BP7 }
|
||||
buf[0]:=chr(i);
|
||||
|
Loading…
Reference in New Issue
Block a user