summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr23165.c
blob: 2c63eb160903e7db645996965985a5da43bc64a3 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-Wextra" } */
void foo (void)
{
	if (0)
	  a: ; /* { dg-warning "empty body in an if-statement" } */


}