//sunrpc/square1/square.x
struct square_in {		/*   () */
  long	arg1;
};

struct square_out {		/*   () */
  long	res1;
};

program SQUARE_PROG {
    version SQUARE_VERS {
	square_out	SQUAREPROC(square_in) = 1; /*   = 1 */
    } = 1;					/*   */
} = 0x31230000;			/*   */
