mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 15:52:05 +02:00
* new bug
This commit is contained in:
parent
2b02238e4a
commit
f630197582
19
tests/webtbs/tw2927.pp
Normal file
19
tests/webtbs/tw2927.pp
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
|
uses
|
||||||
|
Classes;
|
||||||
|
|
||||||
|
procedure ReadTest(const p: Pointer); overload;
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
procedure ReadTest(const p: TStream); overload;
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
var
|
||||||
|
f: TFileStream;
|
||||||
|
begin
|
||||||
|
ReadTest(f);
|
||||||
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user