fpc/tests/webtbs/tw29053b.pp
svenbarth 318b69600c Fix for Mantis #29065.
+ add an ObjFPC variant of the test for 29053.

git-svn-id: trunk@32453 -
2015-11-22 10:44:03 +00:00

13 lines
115 B
ObjectPascal

{ %NORUN }
program tw29053b;
{$mode objfpc}
type
generic TModelArray<T: TObject> = array of T;
begin
end.