OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / 930301-1.c
1 struct a *q;
2 f()
3 {
4   q++;  /* { dg-error "pointer to" } */
5 }