Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
gnat.dg
/
overload2_p.adb
blob: 49343cd90e00ee88327506a1ab1247a3ad8541aa [
file
] [
log
] [
blame
]
--
{
dg
-
options
"-gnat95 -gnatws"
}
package
body overload2_p
is
function
"="
(
this
,
that
:
t
)
return
boolean
is
begin
return
True
;
end
;
this
,
that
:
t
;
end
;