mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 04:48:07 +02:00

(e.g. length, lo/hi, ord, etc). Not the same as mantis #9918, but somewhat related git-svn-id: trunk@8770 -
10 lines
66 B
ObjectPascal
10 lines
66 B
ObjectPascal
{ %fail }
|
|
|
|
{$x-}
|
|
|
|
var
|
|
a: array of byte;
|
|
begin
|
|
length(a);
|
|
end.
|