aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline8_pkg2.adb
blob: 76017fc2d57bffd531827863ec9a82255b7474ff (plain)
1
2
3
4
5
6
7
8
package body Inline8_Pkg2 is

  function Calc (A : Integer) return Integer is
  begin
    return D - A;
  end;

end Inline8_Pkg2;