aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug027/repro.vhdl
blob: 0085a0722d2e63b79de13f838166c41c84613f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use work.pkg.all;
use work.all;

entity repro is
end repro;

architecture behav of repro is
  component comp is
  end component;
begin
  c : comp;
end behav;