mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:47:53 +02:00
11 lines
126 B
ObjectPascal
11 lines
126 B
ObjectPascal
{ %FAIL }
|
|
|
|
procedure something;
|
|
procedure SomethingExt (onepar:longint); external;
|
|
begin
|
|
SomethingExt (1);
|
|
end;
|
|
|
|
begin
|
|
end.
|