Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
equal11_interface.ads
blob: abc44159e814d273fef238043e80804e2f397dec [
file
] [
log
] [
blame
]
package
Equal11_Interface
is
type
My_Interface_Type
is
interface
;
procedure
Put
(
R
:
in
My_Interface_Type
)
is
abstract
;
end
Equal11_Interface
;