summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/tarray5.pp
blob: 75d87a234719a03c618c02bd1503786916607e95 (plain)
1
2
3
4
5
6
7
8
9
10
{ %fail }

var
  { This shouldn't be allowed, the number of elements
    doesn't fit in a aint }
  mem  : array[0..high(aint)] of byte ;

begin
end;