aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/static-forward-decl.c
blob: 47e46dcd80da9fe78fa25dccbfa9bd0fe5fc6066 (plain)
1
2
3
4
5
6
7
8
9
10
static int f(void);

int f(void)
{
	return 0;
}
/*
 * check-name: static forward declaration
 * check-known-to-fail
 */