(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
concat1_pkg.adb
package body Concat1_Pkg is

  function Ident (I : Integer) return Integer is begin return I; end;

end Concat1_Pkg;