rt_gccstream/gcc/testsuite/gcc.dg/Wreturn-type.c

6 lines
156 B
C

/* PR c++/4872 */
/* { dg-do compile } */
/* { dg-options "-Wreturn-type" } */
static inline int f() {} /* { dg-warning "return" "missing return" } */