aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue99/repro.vhdl
blob: ea8d3e8915853f582a99acab913c1419d8fd2fc0 (plain)
1
2
3
4
5
6
package pkg is
  generic ( gen: natural );
  constant test: natural:=gen;
end package;

package mygpkg is new work.pkg generic map ( gen => 17 );