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;