blob: c4e89aa0ce0ccefbe07b01393a79df66a0fef9a4 [file] [log] [blame]
package overload2_q is
type t is null record;
function "=" (this, that: t) return boolean;
end;