mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
16 lines
152 B
ObjectPascal
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.
|