generic
package Remote_Call_Iface is
   pragma Remote_Call_Interface;
   procedure Proc;
end Remote_Call_Iface;
