(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
overload2_q.adb
--  { dg-options "-gnat95" }

package body overload2_q is
  function "=" (this, that: t) return boolean is begin return False; end;
end;