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;