mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 17:48:01 +02:00
16 lines
136 B
ObjectPascal
16 lines
136 B
ObjectPascal
{ %FAIL }
|
|
{ %NORUN }
|
|
program terecs13d;
|
|
|
|
{$ifdef fpc}
|
|
{$mode delphi}
|
|
{$endif}
|
|
|
|
var
|
|
R: record
|
|
procedure Test;
|
|
end;
|
|
|
|
begin
|
|
end.
|