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
/
inline7_pkg2.ads
blob
8532c304d7889a67e71911662be7e5cb472fc944
1
package
Inline7_Pkg2
is
2
3
generic
4
D
:
Integer
;
5
function
Calc
(
A
:
Integer
)
return
Integer
;
6
7
end
Inline7_Pkg2
;