Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst3_traits-encodables.ads
blob: 3e8814e182488a5db10e5e705df3e50612909434 [
file
] [
log
] [
blame
]
with
Ada
.
Streams
;
generic
pragma
Warnings
(
Off
,
"is not referenced"
);
type T
(<>)
is
private
;
with
function
Image
(
Val
:
in
T
)
return
String
;
package
Generic_Inst3_Traits
.
Encodables
is
pragma
Pure
;
end
Generic_Inst3_Traits
.
Encodables
;