mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:50:38 +01: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.
|