1 2 3 4 5 6
typedef union tree_node *tree; union tree_node { tree * use; VEC_constructor_elt_gc *elts; };