(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
inline14.adb
--  { dg-do compile }
--  { dg-options "-O -gnatn" }

with Inline14_Pkg; use Inline14_Pkg;

procedure Inline14 is
begin
  Proc;
end;