mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
16 lines
144 B
ObjectPascal
16 lines
144 B
ObjectPascal
{ %FAIL }
|
|
|
|
program thintdir4a;
|
|
|
|
{$mode objfpc}
|
|
{$warn 5043 error}
|
|
|
|
type
|
|
TTest = 1..9 deprecated;
|
|
|
|
TTestArray = array of TTest;
|
|
|
|
begin
|
|
|
|
end.
|