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