fpc/tests/test/thintdir4a.pp

16 lines
144 B
ObjectPascal

{ %FAIL }
program thintdir4a;
{$mode objfpc}
{$warn 5043 error}
type
TTest = 1..9 deprecated;
TTestArray = array of TTest;
begin
end.