No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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);