mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 20:08:12 +02:00
17 lines
156 B
ObjectPascal
17 lines
156 B
ObjectPascal
{ %FAIL }
|
|
{ %NORUN }
|
|
program terecs13c;
|
|
|
|
{$ifdef fpc}
|
|
{$mode delphi}
|
|
{$endif}
|
|
|
|
var
|
|
R: record
|
|
class var
|
|
TestField: Integer;
|
|
end;
|
|
|
|
begin
|
|
end.
|