aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/lto26_pkg2.ads
blob: 68741bb8d8b71d534eed2b7bdcf38d0a52bb6cc4 (plain)
1
2
3
4
5
6
7
8
9
with Ada.Streams; use Ada.Streams;
with Interfaces; use Interfaces;

package Lto26_Pkg2 is

  generic
  procedure Build (A : Stream_Element_Array; C : Unsigned_8);

end Lto26_Pkg2;