Self-referential union?

Joe Finney me@spxtr.net
Sun Feb 2 16:45:34 GMT 2025


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.


More information about the Jit mailing list