aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr115696.c
blob: 50b8ebc24f08560504f020956caf3d9e9bc23ea6 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-Wno-implicit-int" } */

a();	/* { dg-warning "no type or storage" } */
a;	/* { dg-error "redeclared" } */
	/* { dg-warning "no type or storage" "" { target *-*-* } .-1 } */
a();	/* { dg-warning "no type or storage" } */