aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr23075.c
blob: 2d85fb0650fd9573df59f6d119df9870be23c3b6 (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-warning "with no value" } */
}		/* { dg-bogus "control reaches end" } */

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