blob: 8d4da7485313faefc524bf8667b56b80d2610d82 [file] [log] [blame]
with overload2_q;
package overload2_p is
type t is new overload2_q.t;
private
function "=" (this, that: t) return boolean;
end;