mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 21:08:30 +02:00
19 lines
186 B
ObjectPascal
19 lines
186 B
ObjectPascal
{ %FAIL }
|
|
{ %NORUN }
|
|
program terecs12c;
|
|
|
|
{$ifdef fpc}
|
|
{$mode delphi}
|
|
{$endif}
|
|
|
|
procedure Test;
|
|
type
|
|
TRecord = record
|
|
class var
|
|
TestField: Integer;
|
|
end;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end. |