mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:08:22 +02:00
13 lines
96 B
ObjectPascal
13 lines
96 B
ObjectPascal
{ %fail }
|
|
|
|
{$macro on}
|
|
|
|
{$define extcall:=extcall}
|
|
|
|
procedure p;extcall;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|