fpc/tests/test/thintdir4b.pp

16 lines
153 B
ObjectPascal

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