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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
aggr20_pkg.ads
blob
66f5bd58045a2f989925657039fa9bee9ae93075
1
with
System
;
2
3
package
Aggr20_Pkg
is
4
5
procedure
Proc
;
6
7
Default_Nil_Address
:
constant
System
.
Address
:=
Proc
'Address
;
8
9
end
Aggr20_Pkg
;