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