summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw8156.pp
blob: 89a88dac23d2c98b48bdc5e02902ce93bb5a2e70 (plain)
1
2
3
4
5
6
7
8
{$mode objfpc}

type
  A = type IInterface;
  B = type IInterface;

begin
end.