aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue886/repro3.vhdl
blob: 963d482320652486735ec6db49aefb39e539f6f3 (plain)
1
2
3
4
5
6
7
8
9
entity repro3 is
end;

architecture behav of repro3 is
  component comp is
  end component comp;
  constant d : time := 1 comp;
begin
end behav;