PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Wmissing-parameter-type.c
blob8ec94e2caf785986473a83cc936f36992ba44d1f
1 /* { dg-do compile } */
2 /* { dg-options "-Wmissing-parameter-type" } */
4 int foo(bar) { return bar; } /* { dg-warning "type of 'bar' defaults to 'int'" } */