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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
concat1_pkg.adb
blob
4e50e6119b1c6d62c195019dc472e5a439b7800b
1
package body
Concat1_Pkg
is
2
3
function
Ident
(
I
:
Integer
)
return
Integer
is begin return
I
;
end
;
4
5
end
Concat1_Pkg
;