F>void *PPTR; F>PPTR=(struct R*)malloc(sizeof(struct R)); F>(struct R*)PPTR->a = 1; F>free(PPTR); F>
left of '->a' must point to class/struct/union/generic type