1with Addr12_B;
2
3package Addr12_C is
4   First : Addr12_B.Shared_Context_Type;
5   Second : Addr12_B.Shared_Context_Type;
6end Addr12_C;
7