summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/uw18909a.pp
blob: baf035143e7f58f060926fa5ea0b95be24182a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ %norun }
unit uw18909a;

{$mode objfpc}

interface

type
  TA = record x: Integer; end;
  TB = record x: Integer; end;

implementation

end.