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

17 lines
173 B
ObjectPascal

unit test_mu_unit3;
interface
uses test_mu_unit4;
procedure proc3;
implementation
uses test_mu_unit2,test_mu_unit1;
procedure proc3;
begin
writeln('proc3');
end;
end.