aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug055/gen2.vhdl
blob: e7c7efe1a8f8ad22218807b807caf1fdb1aef864 (plain)
1
2
3
4
5
package gen2 is
  generic (package pkg is new work.gen1 generic map (<>));

  function get2 return natural;
end gen2;