blob: b35c44f5bafc6bd4226fc72a9f8d154ee6cf01bb [file] [log] [blame]
package body Addr12_B is
function Initial_State return Shared_Context_Type is
begin
return Shared_Context_Type'(Data => (others => Null_Entry));
end Initial_State;
end Addr12_B;