blob: 55a756eb3873721bf69206501315bc66376403fd [file] [log] [blame]
-- { dg-options "-gnat95" }
package body overload2_q is
function "=" (this, that: t) return boolean is begin return False; end;
end;