//sunrpc/xdr1/opt1.x
union optlong switch (bool flag) {
  case TRUE:
    long val;
  case FALSE:
    void;
};

struct args {
  optlong	arg1;		/*     */
  long		arg2<1>;	/*       */
  long		*arg3;		/*  */
};
