Files
bds.mr.dpg/src.rtl/ast/dpgrtl.astCommon.pas
T
2026-01-03 18:32:50 +01:00

15 lines
124 B
ObjectPascal

unit dpgrtl.astCommon;
interface
uses
dpgrtl.astBase;
type
TastCommon = class( TAST)
end;
implementation
end.