mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:49:31 +02:00
17 lines
155 B
ObjectPascal
17 lines
155 B
ObjectPascal
{ %FAIL }
|
|
{ %NORUN }
|
|
program terecs13a;
|
|
|
|
{$ifdef fpc}
|
|
{$mode delphi}
|
|
{$endif}
|
|
|
|
var
|
|
R: record
|
|
private const
|
|
TestConst = 0;
|
|
end;
|
|
|
|
begin
|
|
end.
|