summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline7_pkg2.ads
blob: 8532c304d7889a67e71911662be7e5cb472fc944 (plain)
1
2
3
4
5
6
7
package Inline7_Pkg2 is

  generic
    D : Integer;
  function Calc (A : Integer) return Integer;

end Inline7_Pkg2;