(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
inline14_pkg.ads
package Inline14_Pkg is

  procedure Proc;
  pragma Inline (Proc);

end Inline14_Pkg;