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

architecture behav of repro is
  constant c : string := "hello";
  constant d : time := 1 c'length;
begin
end behav;