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-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
debug7.ads
blob
047d4a6635f8e24126a1b06a09d507d33a38c62c
1
package
Debug7
is
2
function
Next
(
I
:
Integer
)
return
Integer
;
3
function
Renamed_Next
(
I
:
Integer
)
return
Integer
renames
Next
;
4
end
Debug7
;