3 with Text_IO
; use Text_IO
;
7 type Arr
is array (Short_Integer range <>) of Boolean;
9 type Rec
(LB
: Short_Integer; UB
: Short_Integer) is record
14 Put_Line
("Arr'Max_Size =" & Arr
'Max_Size_In_Storage_Elements'Img);
15 Put_Line ("Rec'Max_Size =" & Rec'Max_Size_In_Storage_Elements'Img
);