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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
aggr3_pkg.ads
blob
769426edecfd214f739494a5dbe25f8897be4658
1
package
Aggr3_Pkg
is
2
3
type
Root
is abstract tagged null record
;
4
5
type
T
is new
Root
with null record
;
6
7
My_T
:
T
;
8
9
end
Aggr3_Pkg
;