pascalabcnet/TestSuite/CompilationSamples/u7.pas

8 lines
57 B
ObjectPascal
Raw Permalink Normal View History

2020-09-20 16:08:55 +03:00
unit u7;
uses u6;
type
t2 = class(t1) end;
end.