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
2010-11-11 Jakub Jelinek <jakub@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
prefix1.ads
blob
3dbaa63e91c187ccf9a248166649fbdd25c12663
1
package
prefix1
is
2
type
Arr
is array
(
1
.
.10
)
of
Natural
;
3
type
T
is tagged null record
;
4
function
Func
(
Object
:
T
)
return
Arr
;
5
end
prefix1
;