Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
itype.ads
blob: 3ffb7c695dcc4f56a08cbc0fa7fdf48c45b41a18 [
file
] [
log
] [
blame
]
package
itype
is
generic
type T
is
private
;
function
G
return
not
null
access constant T
;
end
itype
;