Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[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;