Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
slice8_pkg3.ads
blob: a802cb72d9bd4547a8face82ef0e553b68fdc762 [
file
] [
log
] [
blame
]
with
Slice8_Pkg2
;
generic
with
package
Str
is
new
Slice8_Pkg2
(<>);
package
Slice8_Pkg3
is
function
Get
return
Str
.
Paragraph
;
end
Slice8_Pkg3
;