view gcc/testsuite/gnat.dg/overload2_p.ads @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
line wrap: on
line source

with overload2_q;
package overload2_p is
   type t is new overload2_q.t;
private
   function "=" (this, that: t) return boolean;
end;