mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
14 lines
113 B
ObjectPascal
14 lines
113 B
ObjectPascal
{ %version=1.1 }
|
|
{ %fail }
|
|
|
|
{$macro on}
|
|
|
|
{$define extcall:=extcall}
|
|
|
|
procedure p;extcall;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|