Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
Wreturn-type.c
blob: a122e5291f640db94e278b1ecfcb6b065035f347 [
file
] [
log
] [
blame
]
/* PR c++/4872 */
/* { dg-do compile } */
/* { dg-options "-Wreturn-type" } */
static
inline
int
f
()
{}
/* { dg-warning "return" "missing return" } */