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