Sign in
gnu
/
gcc
/
ff4bf326d03e750a8d4905ea49425fe7d15a04b8
/
.
/
gcc
/
testsuite
/
gnat.dg
/
nat1.ads
blob: 9504c163bc542cfe43a22693587537ab8a35d222 [
file
] [
log
] [
blame
]
with
System
;
package
NAT1
is
Nat_One_Storage
:
constant
Natural
:=
1
;
One_Address
:
constant
System
.
Address
:=
Nat_One_Storage
'Address;
end;