mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* nested macro test
This commit is contained in:
parent
ee7a2d2c17
commit
a06d35ef82
12
tests/tbf/tb0143.pp
Normal file
12
tests/tbf/tb0143.pp
Normal file
@ -0,0 +1,12 @@
|
||||
{ %fail }
|
||||
|
||||
{$macro on}
|
||||
|
||||
{$define extcall:=extcall}
|
||||
|
||||
procedure p;extcall;
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user