index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
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
;