Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
access_func.adb
blob: 8354e7453552b9915c305055d0402c01476c3454 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
procedure access_func
is
type
Abomination
is
access
function
(
X
:
Integer
)
return
access
function
(
Y
:
Float
)
return
access
function
return
Integer
;
begin
null
;
end
;