PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pointer-arith-9.c
blob2d26112720049d339d5042a0ccc65ecd6c083e69
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 void *foo(void)
6 return (void *)0 - 1;