Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / warn-1.c
blobdc2cd0e7c71687e1357cd53393c2656c016afed6
1 /* The compiler used to say passing arg 0 of, which is wrong. */
2 /* Radar 3069179 */
4 /* { dg-options "-O3" } */
6 static void foo (p)
7 int p;
11 void bar (void)
13 void *vp;
15 foo (vp); /* { dg-warning "passing argument 1 of" } */