Is it straightforward to make a union that references itself?

        union u {
                int x;
                union u *p;
        }

With structs, I can use gcc_jit_context_new_opaque_struct, but there
doesn't seem to be an equivalent for unions.

Reply via email to