* nested macro test

This commit is contained in:
peter 2002-11-26 15:54:08 +00:00
parent ee7a2d2c17
commit a06d35ef82

12
tests/tbf/tb0143.pp Normal file
View File

@ -0,0 +1,12 @@
{ %fail }
{$macro on}
{$define extcall:=extcall}
procedure p;extcall;
begin
end;
begin
end.