peter %!s(int64=21) %!d(string=hai) anos
pai
achega
f630197582
Modificáronse 1 ficheiros con 19 adicións e 0 borrados
  1. 19 0
      tests/webtbs/tw2927.pp

+ 19 - 0
tests/webtbs/tw2927.pp

@@ -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.
+