ccl_set_union
extern int ccl_set_union (int a, int b); /* set union of two ccls. */
| fullccl CCL_OP_UNION braceccl { $$ = ccl_set_union ($1, $3); }