fpc/tests/webtbs/uw18909a.pp

15 lines
143 B
ObjectPascal

{ %norun }
unit uw18909a;
{$mode objfpc}
interface
type
TA = record x: Integer; end;
TB = record x: Integer; end;
implementation
end.