aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue547/repro.vhdl
blob: f429cb989425a95806c4d3aeef11ccdd941f1185 (plain)
1
2
3
4
5
6
7
8
use work.ghdl_bug;

entity repro is
end;

architecture behav of repro is
begin
end behav;