mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 16:58:24 +02:00
11 lines
215 B
ObjectPascal
11 lines
215 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 2771 }
|
|
{ Submitted by "Michalis Kamburelis" on 2003-11-08 }
|
|
{ e-mail: michalis@camelot.homedns.org }
|
|
{$macro on}
|
|
|
|
{$define MAC:=procedure P}
|
|
|
|
MAC; begin end;
|
|
|
|
begin
|
|
end. |