typedef struct { int yes; int *no; } *cl_context; void main() { cl_context *ctx; ctx->yes = 5; ctx->no = 5; }