fpc/bugs/bug0126.pp
1998-04-07 14:45:53 +00:00

6 lines
62 B
ObjectPascal

type
myarray = packed array[0..10] of longint;
begin
end.