aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/inst2.vhdl
blob: 4b7b8a6f607831d04a251f118fd96036d837eb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
entity inst2 is
end;

architecture behav of inst2 is
begin
   gen: if False b = 0 generate
     component cmp is
     end component;
   begin
   end generate;
end behav;