aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue613/t1.vhdl
blob: 1572a0532e95428d9f9cf9363a300650c1406eae (plain)
1
2
3
4
5
6
7
8
entity t1 is
end entity;

architecture a of t1 is
  constant SimulationTime_c  : time    := 0 fs;
begin
end;