aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1631/bug.vhdl
blob: 087a7650515dffb0dbede8fc2cdfa68effddf7e1 (plain)
1
2
3
4
5
6
7
8
9
10
library ieee;
use ieee.std_logic_1164.all;

entity bug is
end bug;

architecture behavior of bug is
begin
    var1 : std_logic(1 downto 0);
end behavior;