summaryrefslogtreecommitdiff
path: root/tests/test/tgenconstraint18.pp
blob: 9cf4c3040b8230abc5867c5c5c4d109135b1a98b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ %FAIL }

program tgenconstraint18;

{$ifdef fpc}
  {$mode delphi}
{$endif}

uses
  ugenconstraints;

type
  TTest7TTestClass5 = TTest7<TTestClass5>;

begin

end.