repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
slice7_pkg.ads
blob
3c2f4a177c7d8328958d61a7cbc47e9d2fdb5c85
1
with
System
.
Storage_Elements
;
use
System
.
Storage_Elements
;
2
3
package
Slice7_Pkg
is
4
5
procedure
Put
(
The_Object
:
in
Storage_Array
);
6
7
end
Slice7_Pkg
;