(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
dynamic_elab_pkg.ads
package Dynamic_Elab_Pkg is

  type R is record
    Code : Integer;
    Val  : Boolean;
  end record;

  function Get_R return R;

end Dynamic_Elab_Pkg;