aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2116/func3.vhdl
blob: be04d4bb32470424cde367009f7389572af86e1f (plain)
1
2
3
4
package n is
  generic(package g is new n generic map(<>));
  function t return l;
end;