(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
opt48_pkg2.adb
package body Opt48_Pkg2 is

   function F return Rec is
   begin
      return (12, "Hello world!");
   end F;

end Opt48_Pkg2;