aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1919/repro.vhdl
blob: 64ab6ee1100b06800cb27243e778ee7db93cfc93 (plain)
1
2
3
4
5
6
library ieee;
use ieee.std_logic_1164.all;

package repro is
  alias reg_Acc : std_logic_vector(3 downto 0) is "0111";
end repro;