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;