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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
layered_abstraction_p.ads
blob
d06f60d96257aef6d10db63276d4c04d9836f91e
1
generic
2
type
T
is private
;
3
Obj
:
T
;
4
package
Layered_Abstraction_P
is
5
Obj2
:
T
:=
Obj
;
6
end
;