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

architecture a of e is
  constant a : real := 1000.0 / 100;
  constant b : time := 1000.0 / 100 * 10 ps;
begin
end;