mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 18:26:08 +01:00
16 lines
153 B
ObjectPascal
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.
|