blob: 8f3c554a308a1f1fec4982a0d054ee49a9b5b313 [file] [log] [blame]
package Pack20_Pkg is
type String_Ptr is access all String;
procedure Modify (Fixed : in out String_Ptr);
end Pack20_Pkg;