mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 08:01:29 +01: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.
|