fpc/tests/webtbs/tw29053.pp
svenbarth 6ff3226e3c Fix for Mantis #29066.
git-svn-id: trunk@32459 -
2015-11-22 11:17:15 +00:00

13 lines
104 B
ObjectPascal

{ %NORUN }
program tw29053;
{$mode delphi}
type
TModelArray<T: class> = array of T;
begin
end.