mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 16:09:33 +02:00
no message
This commit is contained in:
parent
6601ef0ca8
commit
a0ef339646
17
tests/webtbs/tw3777.pp
Normal file
17
tests/webtbs/tw3777.pp
Normal file
@ -0,0 +1,17 @@
|
||||
{ Source provided for Free Pascal Bug Report 3777 }
|
||||
{ Submitted by "David Fuchs" on 2005-03-12 }
|
||||
{ e-mail: drfuchs@yahoo.com }
|
||||
{$mode delphi}
|
||||
{$T+}
|
||||
type
|
||||
mytype = record
|
||||
myfield: ^PChar;
|
||||
end;
|
||||
|
||||
procedure fyl_use_ptrs(var f: mytype; var myparm);
|
||||
begin
|
||||
f.myfield := addr(myparm);
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user