mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:48:18 +02:00
11 lines
229 B
ObjectPascal
11 lines
229 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 2946 }
|
|
{ Submitted by "Marco (Gory Bugs Department)" on 2004-02-06 }
|
|
{ e-mail: }
|
|
|
|
{$ifdef fpc}{$mode Delphi}{$endif}
|
|
var p:array of pchar;
|
|
t: ^pchar;
|
|
begin
|
|
p:=pointer(t);
|
|
end.
|