(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
opt91.adb
-- { dg-do compile }
-- { dg-options "-O2 -fchecking=1" }

package body Opt91 is

   function Custom_Image (Self : True_Relation_Rec) return String is
   begin
      return "<True>";
   end;

end Opt91;