2 -- { dg-options "-Os" }
4 with Ada
.Strings
.Unbounded
; use Ada
.Strings
.Unbounded
;
5 with Opt41_Pkg
; use Opt41_Pkg
;
8 R
: Rec
:= (Five
, To_Unbounded_String
("CONFIG"));
9 SP
: String_Access
:= new String'(To_String (Rec_Write (R)));
10 RP : Rec_Ptr := new Rec'(Rec_Read
(SP
));