Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
iface_eq_test-child.ads
blob: 028bb1be053a89e3d05b4cd389106db398eb217f [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatc"
}
generic
package
Iface_Eq_Test
.
Child
is
protected
type PO
is
new
Iface
with
procedure
Dummy
;
end
;
overriding
function
"="
(
L
,
R
:
access PO
)
return
Boolean
;
end
;