Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst10_pkg.ads
blob: d9009ac3c320998dccbfda678c97ec3421136eb9 [
file
] [
log
] [
blame
]
package
Generic_Inst10_Pkg
is
type
XString
is
tagged
private
;
function
To_String
(
S
:
XString
)
return
String
;
private
type
XString
is
tagged
null
record
;
end
Generic_Inst10_Pkg
;