1 pragma Restrictions
(No_Exception_Propagation
);
5 type U16
is mod 2 ** 16;
6 type U32
is mod 2 ** 32;
11 for Pair
'Alignment use U32
'Alignment;
13 Blob
: array (1 .. 2) of Pair
;
15 Sum
: array (1 .. 2) of U32
;
16 for Sum
'Address use Blob
'Address;