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
gcc/cp
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto9.adb
blob
f4ec040d0945df231a6db76de892690a988fcc41
1
-- { dg-do run }
2
-- { dg-options "-flto" { target lto } }
3
4
with
Lto9_Pkg1
;
use
Lto9_Pkg1
;
5
6
procedure
Lto9
is
7
8
begin
9
10
District_Subscription_Lists
.
Put
11
(
List
=>
District_01_Subscribers
,
12
Elem_Ptr
=>
New_Subscriber_01
'Access
,
13
Location
=>
1
);
14
15
end
;