8 package Eight_Bits
is new Pack6_Pkg
(8);
10 type Some_Data
is record
11 Byte_1
: Eight_Bits
.Object
;
12 Byte_2
: Eight_Bits
.Object
;
15 for Some_Data
use record
16 Byte_1
at 0 range 0 .. 7;
17 Byte_2
at 1 range 0 .. 7;
20 type Top_Object
is new Ada
.Finalization
.Controlled
with record