mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:38:14 +02:00
17 lines
130 B
ObjectPascal
17 lines
130 B
ObjectPascal
{ %NORUN }
|
|
|
|
program tw31431;
|
|
|
|
{$mode objfpc}
|
|
|
|
uses
|
|
uw31431;
|
|
|
|
type
|
|
TSpecialisedClass = specialize TBar<Integer>;
|
|
|
|
begin
|
|
|
|
end.
|
|
|