repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
itype.ads
blob
3ffb7c695dcc4f56a08cbc0fa7fdf48c45b41a18
1
package
itype
is
2
generic
3
type
T
is private
;
4
function
G
return not null access constant
T
;
5
end
itype
;