OSDN Git Service

* gcc.dg/cpp/cmdlne-dD-M.c: Fix test for makefile rule and remove
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wreturn-type.c
1 /* PR c++/4872 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wreturn-type" } */
4
5 static inline int f() {}     /* { dg-warning "return" "missing return" } */