mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:24:24 +02:00
17 lines
276 B
ObjectPascal
17 lines
276 B
ObjectPascal
{ Old file: tbs0256.pp }
|
|
{ problem with conditionnals in TP mode OK 0.99.11 (PM) }
|
|
|
|
{$mode tp}
|
|
|
|
{$undef dummy }
|
|
|
|
{$ifdef dummy}
|
|
procedure test;
|
|
begin
|
|
foreach({$ifndef TP}@{$endif}add_to_browserlog);
|
|
end;
|
|
{$endif BrowserLog}
|
|
|
|
begin
|
|
end.
|