fpc/tests/test/terecs12a.pp

19 lines
185 B
ObjectPascal

{ %FAIL }
{ %NORUN }
program terecs12a;
{$ifdef fpc}
{$mode delphi}
{$endif}
procedure Test;
type
TRecord = record
private const
TestConst = 0;
end;
begin
end;
begin
end.