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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
encode_string1_pkg.ads
blob
ba2d675cb05e762b8cededdcb3dd519720c82e19
1
generic
2
type
C
is private
;
3
type
S
is array
(
Positive
range
<>)
of
C
;
4
with function
Encode
(
Val
:
S
)
return
String
;
5
6
procedure
Encode_String1_Pkg
(
Val
:
S
);