index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gnat.dg
/
concat1_pkg.ads
blob: 8690ba22f1bebd5e7ffdc284fb2694656f8b978e (
plain
)
1
2
3
4
5
package
Concat1_Pkg
is
function
Ident
(
I
:
Integer
)
return
Integer
;
end
Concat1_Pkg
;