1package overload2_q is
2  type t is null record;
3  function "=" (this, that: t) return boolean;
4end;
5