re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[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;