fpc/tests/webtbs/tw29859.pp

18 lines
198 B
ObjectPascal

unit tw29859;
{$mode delphi}
interface
uses
uw29859a, uw29859b;
type
TMyIntegerRecord = uw29859a.TMyRecord<Integer>;
TMyBooleanRecord = uw29859b.TMyRecord<Boolean>;
implementation
end.