930301-1.c   [plain text]


struct a *q;
f()
{
  q++;	/* { dg-error "pointer to" } */
}