Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / generic_inst3_traits-encodables.ads
blob3e8814e182488a5db10e5e705df3e50612909434
1 with Ada.Streams;
2 generic
3 pragma Warnings (Off, "is not referenced");
4 type T (<>) is private;
5 with function Image (Val : in T) return String;
6 package Generic_Inst3_Traits.Encodables is
7 pragma Pure;
8 end Generic_Inst3_Traits.Encodables;