blob: b36f00f3af1711ba8b4f88ae490f403b964c5c7c [file] [log] [blame]
struct a *q;
void
f()
{
q++; /* { dg-error "pointer to" } */
}