rt_gccstream/gcc/testsuite/gcc.dg/noncompile/930301-1.c

6 lines
60 B
C

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