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
/
slice8_pkg3.ads
blob
a802cb72d9bd4547a8face82ef0e553b68fdc762
1
with
Slice8_Pkg2
;
2
3
generic
4
5
with package
Str
is new
Slice8_Pkg2
(<>);
6
7
package
Slice8_Pkg3
is
8
9
function
Get
return
Str
.
Paragraph
;
10
11
end
Slice8_Pkg3
;