mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:29:48 +02:00
17 lines
158 B
ObjectPascal
17 lines
158 B
ObjectPascal
{ %FAIL }
|
|
{ %NORUN }
|
|
program terecs13;
|
|
|
|
{$ifdef fpc}
|
|
{$mode delphi}
|
|
{$endif}
|
|
|
|
var
|
|
R: record
|
|
private type
|
|
TTestRange = 0..42;
|
|
end;
|
|
|
|
begin
|
|
end.
|