Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / Wpointer-sign-pedantic-no.c
blobd4f597fe79e9a7203b40565a0b8a63cb719d1588
1 /* This is from PR c/25892. See Wpointer-sign.c for more details. */
3 /* { dg-options "-Wno-pointer-sign -pedantic" } */
5 void foo(unsigned long* ulp);
7 void bar(long* lp) {
8 foo(lp);