summaryrefslogtreecommitdiff
path: root/tests/test/tarray5.pp
blob: cd6ba53eb949d4a7e9c311da5450985fba91b11b (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 the address range  }
  mem  : array[0..high(ptruint)] of byte ;

begin
end;