Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
interface8.adb
blob: 5537ddb31e5e799a3154da5019b641e040b0ba8b [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
body
Interface8
is
function
Get_Iface
(
This
:
Child
)
return
not
null
access
Iface
'Class
is
begin
return This.Interface_1;
end;
end;