(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
opt12_pkg.adb
package body Opt12_Pkg is

   function Equal (L, R: Static_Integer_Subtype) return Boolean is
   begin
      return (L = R);
   end;

end Opt12_Pkg;