rfg9.C   [plain text]


int cond;
int i;
int *ip;

void
test ()
{
  cond ? i : ip;	/* ERROR - pointer/integer mismatch */
}