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

architecture arch of st2 is
  subtype mypos is natural range -1 to 5;
  subtype my2 is mypos range 2 to 3;
begin
end arch;