aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1631/bug3.vhdl
blob: 48d8f9c03e53e1678c1f2fb663c3ba63d043da24 (plain)
1
2
3
4
5
6
7
entity bug3 is
end;

architecture behavior of bug3 is
begin
    name(1 downto 0);
end behavior;