OSDN Git Service

* gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
[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" } */