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
gcc/cp
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr36_pkg.ads
blob
8d0adfc20e33358da34d3c9cf082b541f922868e
1
package
Discr36_Pkg
is
2
3
generic
4
type
T
is private
;
5
function
Func
return
T
;
6
7
end
Discr36_Pkg
;