xref
: /
dports
/
lang
/
gnat_util
/
gcc-6-20180516
/
gcc
/
testsuite
/
gnat.dg
/
concat1_pkg.ads
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
Concat1_Pkg
is
2
3
function
Ident
(
I
:
Integer
)
return
Integer
;
4
5
end
Concat1_Pkg
;
6