aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue984/const_pkg.vhd
blob: d93361ba964a27aa9b12b5fd7f9cef227f38b8b8 (plain)
1
2
3
4
5
use work.types_pkg.all;

package const_pkg is
    constant c : generic_type := (others => 5);
end package;