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 ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto11.ads
blob
386d5ac4620a23eb1b9a064e33802e705ea3e4cf
1
with
Ada
.
Streams
;
use
Ada
.
Streams
;
2
3
package
Lto11
is
4
5
type
Vector
is array
(
Positive
range
<>)
of
Float
;
6
7
procedure
Write
(
S
:
not null access
Root_Stream_Type
'Class
;
V
:
Vector
);
8
9
end
Lto11
;