aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/inst1.vhdl
blob: acf59d22a17f8fbc5c84209dd3cf1da86fea3d2c (plain)
1
2
3
4
5
6
7
entity inst1 is
end;

architecture behav of inst1 is
begin
   ins : entity ;
end behav;