package Server is
pragma Remote_Call_Interface;
procedure Foo;
function Bar return Natural;
end Server;