blob: 089fb7e3a162ea0c2d3455717b09bc959da4e5d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{ %FAIL }
program tgenconstraint24;
{$ifdef fpc}
{$mode delphi}
{$endif}
uses
ugenconstraints;
type
TTest12TTestClass3 = TTest12<TTestClass3>;
begin
end.
|