Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
noncompile/
930301-1.c
1
struct
a
*
q
;
2
void
3
f
(
)
4
{
5
q
++
;
/*
{ dg-error "pointer to" }
*/
6
}