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

program tgenconstraint16;

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

uses
  ugenconstraints;

type
  TTest5TTestObject1 = TTest5<TTestObject1>;

begin

end.