mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:47:53 +02:00
9 lines
161 B
ObjectPascal
9 lines
161 B
ObjectPascal
{ Old file: tbs0126.pp }
|
|
{ packed array isn't allowed OK 0.99.6 (FK) }
|
|
|
|
type
|
|
myarray = packed array[0..10] of longint;
|
|
|
|
begin
|
|
end.
|