aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2076/gcrash-1a.vhdl
blob: 6b56a7be11c4f04c4673940fbfff9a93c3d8e2e9 (plain)
1
2
3
4
5
package pkg2 is
  generic (
    function func (a: integer) return natupac of integer
    );
end pkg2;