(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
itype.adb
package body itype is
   function G return not null access constant T is
      X : aliased T;
   
   begin
      return X'Unchecked_Access;
   end G;
end itype;