Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
overload2_q.ads
blob: c4e89aa0ce0ccefbe07b01393a79df66a0fef9a4 [
file
] [
log
] [
blame
]
package
overload2_q
is
type t
is
null
record
;
function
"="
(
this
,
that
:
t
)
return
boolean
;
end
;