aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue392/e.vhdl
blob: 57e4b8253cfa196bc59f2780b9b1169780837386 (plain)
1
2
3
4
5
6
7
entity e is end entity;
architecture a of e is
  type ar1 is array(integer, integer) of integer;
  type ar2 is array(integer range -2e9 to 2e9, integer range -2e9 to 2e9) of integer;
  type ar3 is array(integer range -1e9 to 2e9, integer range -1e9 to 2e9) of integer;
begin
end architecture;