aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug072/t.vhdl
blob: 3529ec1734587cd29d241914329edbe3bd7c2c05 (plain)
1
2
3
4
package t is
  type arr is array (natural range 0 to 7) of bit;
  subtype arridx is arr'range;
end t;