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

architecture behav of repro2 is
  constant c : string := "hello";
  constant d : time := 1.5e2 c'length;
begin
end behav;