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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto26_pkg1.ads
blob
527974750b02ddd24ef6ecf9e95ed22fd3b5ccb1
1
with
Ada
.
Finalization
;
2
with
Ada
.
Streams
;
use
Ada
.
Streams
;
3
with
Interfaces
;
use
Interfaces
;
4
5
package
Lto26_Pkg1
is
6
7
type
Rec
is new
Ada
.
Finalization
.
Limited_Controlled
with null record
;
8
9
procedure
Set
(
R
:
Rec
;
A
:
Stream_Element_Array
;
C
:
Unsigned_8
);
10
11
end
Lto26_Pkg1
;