* gcc-interface/utils.c (create_subprog_decl): Move code dealing with
[official-gcc.git] / gcc / testsuite / gnat.dg / inline7_pkg2.ads
blob8532c304d7889a67e71911662be7e5cb472fc944
1 package Inline7_Pkg2 is
3 generic
4 D : Integer;
5 function Calc (A : Integer) return Integer;
7 end Inline7_Pkg2;