pascalabcnet/TestSuite/CompilationSamples/u6.pas

10 lines
88 B
ObjectPascal
Raw Permalink Normal View History

2020-09-20 16:08:55 +03:00
unit u6;
type
t1 = class
public procedure p0 := exit;
end;
end.