aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue310/b.vhdl
blob: a21cd4676b7a990cadbc85bee4f525ebb28ea830 (plain)
1
2
3
4
package b is
    generic ( X: natural := 4);
    type m is array (natural range <>) of bit_vector (X - 1 downto 0);
end package;