aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2267/ent.vhdl
blob: f74eb2e217f4f906e90da515e609457694873877 (plain)
1
2
3
4
5
6
7
8
entity ent is
end entity;

architecture a of ent is
    signal sig0 : integer_vector(0 to 7);
    signal sig1 : sig0'subtype(0 to 3);
begin
end;