mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 21:48:35 +02:00
* new(precord) test
This commit is contained in:
parent
423463630c
commit
73d31da1ef
14
tests/tbs/tb0338.pp
Normal file
14
tests/tbs/tb0338.pp
Normal file
@ -0,0 +1,14 @@
|
||||
{$h+}
|
||||
|
||||
Type
|
||||
TMyRec = Record
|
||||
AString : AnsiString;
|
||||
end;
|
||||
PMyRec = ^TMyRec;
|
||||
|
||||
Var
|
||||
M : PMyRec;
|
||||
|
||||
begin
|
||||
M:=New(PmyRec);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user