Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
lto26_pkg2.ads
blob: 68741bb8d8b71d534eed2b7bdcf38d0a52bb6cc4 [
file
] [
log
] [
blame
]
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
;