aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/noexpr.vhdl
blob: 7b4b339b8b51056e303628f7772357c74282b04e (plain)
1
2
3
4
5
6
7
8
entity noexpr is
end noexpr;

architecture behav of noexpr is
  signal s : bit_vector (7 downto 0);
begin
  s (7 downto 1) <= ();
end behav;