aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2116/func4_1.vhdl
blob: 31de78b16d4a73e9ec99199c6426661f5814e4d7 (plain)
1
2
3
4
5
6
7
8
entity tb is
end tb;

architecture behavioral of tb is
   subtype int30 is integer range -1 to 0**0;
begin
 end behavioral;