pascalabcnet/TestSuite/units/u_alwaysrestore2.pas

13 lines
110 B
ObjectPascal
Raw Permalink Normal View History

2024-03-29 13:12:18 +03:00
unit u_alwaysrestore2;
interface
implementation
type
[PCUAlwaysRestore]
t1 = class
end;
end.