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

architecture arch of st1 is
  subtype mypos is natural range -1 to 5;
begin
end arch;