Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
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
;