aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/generic_inst3_traits-encodables.ads
blob: 3e8814e182488a5db10e5e705df3e50612909434 (plain)
1
2
3
4
5
6
7
8
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;