mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 17:59:06 +02:00
12 lines
164 B
ObjectPascal
12 lines
164 B
ObjectPascal
{$mode tp}
|
|
|
|
{$ifdef dummy}
|
|
procedure test;
|
|
begin
|
|
foreach({$ifndef TP}@{$endif}add_to_browserlog);
|
|
end;
|
|
{$endif BrowserLog}
|
|
|
|
begin
|
|
end.
|