aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr23075-2.c
blob: 0702ddf1a660ebe4b2781fa3c0db82ed804f08d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* PR c/23075 */
/* { dg-do compile } */
/* { dg-options "-O2 -Wreturn-type" } */

int
foo (void)
{
  return;	/* { dg-error "with no value" } */
}		/* { dg-bogus "control reaches end" } */

int
bar (void)
{
}		/* { dg-warning "control reaches end" } */