fpc/tests/test/terecs13d.pp

16 lines
136 B
ObjectPascal

{ %FAIL }
{ %NORUN }
program terecs13d;
{$ifdef fpc}
{$mode delphi}
{$endif}
var
R: record
procedure Test;
end;
begin
end.