Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
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
;