aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1381/repro6.vhdl
blob: 7122e75cfe77c26b51264c73548658d695957ee9 (plain)
1
2
3
4
5
6
7
8
entity repro6 is
end;

architecture behav of repro6 is
  type states_t is (s0, s1, s2);
  subtype st1 is states_t range s0 to s1;
begin
end behav;