pascalabcnet/TestSuite/errors/err0433.pas

8 lines
75 B
ObjectPascal
Raw Permalink Normal View History

2021-10-17 13:04:24 +03:00
//exclude
{$savepcu false}
unit err0433;
type
t1 = class end;
end.