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
2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
nat1.ads
blob
9504c163bc542cfe43a22693587537ab8a35d222
1
with
System
;
2
package
NAT1
is
3
Nat_One_Storage
:
constant
Natural
:=
1
;
4
One_Address
:
constant
System
.
Address
:=
Nat_One_Storage
'Address
;
5
end
;