blob: 2d85fb0650fd9573df59f6d119df9870be23c3b6 [file] [log] [blame]
/* PR c/23075 */
/* { dg-do compile } */
/* { dg-options "-O2 -Wreturn-type" } */
int
foo (void)
{
return; /* { dg-warning "with no value" } */
} /* { dg-bogus "control reaches end" } */
int
bar (void)
{
} /* { dg-warning "control reaches end" } */