pascalabcnet/TestSuite/CompilationSamples/u5.pas

11 lines
74 B
ObjectPascal
Raw Permalink Normal View History

2020-09-20 16:08:55 +03:00
unit u5;
uses u7;
procedure p1;
begin
var a: t2;
a.p0;
end;
end.