aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket88/bug.vhdl
blob: fd0a93d5c53c6fe074085808190d597bce736ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
entity ent is
end entity;

architecture a of ent is
  component comp is
  end component;

  for inst : comp use configuration cfg;
begin
  inst : comp;
end architecture;