aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2116/func3_1.vhdl
blob: c701b104a8bce18604864aef46485e6766ed3067 (plain)
1
2
3
4
5
6
7
8
9
package g1 is
  generic(c : natural);
  function t return l;
end;


package g2 is
  generic(package g is new g1 generic map(<>));
end;