aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue962/ent2.vhdl
blob: 3c7993b1fbb0b8500832bf4c79004a044ead5301 (plain)
1
2
3
4
5
6
7
8
entity ent2 is
end;

architecture a of ent2 is
    signal x : integer;
    signal y : integer := x / 2;
begin
end;