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

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