mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:08:13 +02:00
18 lines
170 B
ObjectPascal
18 lines
170 B
ObjectPascal
{ %FAIL }
|
|
{ %NORUN }
|
|
program terecs12d;
|
|
|
|
{$ifdef fpc}
|
|
{$mode delphi}
|
|
{$endif}
|
|
|
|
procedure Test;
|
|
type
|
|
TRecord = record
|
|
procedure Test;
|
|
end;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end. |