fpc/tests/webtbf/tw30494.pp
svenbarth aaceb5518f * fix Mantis #30494 by applying patch from Maciej Izak
+ added test

git-svn-id: trunk@34381 -
2016-08-26 14:23:23 +00:00

16 lines
124 B
ObjectPascal

{ %FAIL }
program tw30494;
{$MODE DELPHI}
type
TFoo<T: TObject> = record
end;
var
foo: TFoo<Integer>;
begin
end.