aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/arr_err1.vhdl
blob: e8dede755b93f8f72391370d9586fa319253ef8a (plain)
1
2
3
4
package arr_err1 is
  type t_slv32_x3 is array(1 tnatural range <>) of bit_vector(31 downto 0);
end arr_err1;