Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
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
;