(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
discr36_pkg.ads
package Discr36_Pkg is

  generic
    type T is private;
  function Func return T;

end Discr36_Pkg;