mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:09:07 +02:00
* extended test to cover last commit
This commit is contained in:
parent
7baf2461f0
commit
2ee6a81cff
@ -1,4 +1,3 @@
|
||||
{ %INTERACTIVE }
|
||||
program tparam;
|
||||
|
||||
var
|
||||
@ -8,4 +7,8 @@ Begin
|
||||
Begin
|
||||
WriteLn(paramStr(i));
|
||||
End;
|
||||
for i:=-127 to -1 do
|
||||
if paramStr(i)<>'' then
|
||||
halt(1);
|
||||
writeln('ok')
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user