OSDN Git Service

PR testsuite/33082
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wmissing-parameter-type.c
1 /* { dg-do compile } */
2 /* { dg-options "-Wmissing-parameter-type" } */
3
4 int foo(bar) { return bar; } /* { dg-warning "type of 'bar' defaults to 'int'" } */
5
6