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

11 lines
110 B
ObjectPascal

unit modif_test_unit;
type c=class
private
pp:integer;
procedure p;virtual; begin end;
end;
end.