pascalabcnet/TestSamples/FormatterTests/input/Program94.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

10 lines
91 B
ObjectPascal

unit Program94;
procedure Test(params a : array of integer);
begin
end;
begin
Test;
end.