fpc/tests/test/thintdir5.pp
2023-09-08 16:11:13 +02:00

16 lines
152 B
ObjectPascal

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