mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 19:49:31 +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.
|