aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline18_pkg1.adb
blob: f266f099ccd40e409dc4d5c617ae9e5ca6f37059 (plain)
1
2
3
4
5
6
7
8
package body Inline18_Pkg1 is

  procedure Proc (R : in out Rec) is
  begin
    R.Comp := My_G2.Func (Inline18_Pkg2.Child.General.Val);
  end;

end Inline18_Pkg1;