fpc/tests/webtbs/tw31431.pp
svenbarth 49e78ac5df * test doesn't need to run
git-svn-id: trunk@35511 -
2017-03-03 21:50:06 +00:00

17 lines
130 B
ObjectPascal

{ %NORUN }
program tw31431;
{$mode objfpc}
uses
uw31431;
type
TSpecialisedClass = specialize TBar<Integer>;
begin
end.