aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1419/repro4.vhdl
blob: 1ebcb4f5265ba5bea93500260810768d459e0dab (plain)
1
2
3
4
5
6
7
8
9
entity repro4 is
end;

architecture behav of repro4 is
  type natural_array is array(natural range <>) of natural;

  constant k : natural_array := (0, 1, -2);
begin
end;