mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
10 lines
103 B
ObjectPascal
10 lines
103 B
ObjectPascal
{ %fail }
|
|
|
|
{$mode objfpc} {$H+}
|
|
begin
|
|
+ ParamStr(0);
|
|
+ ParamCount;
|
|
+ Exit;
|
|
+ WriteLN;
|
|
end.
|