blob: daad1ecb11e02b7f228ae77e59cb6b680c3f300c [file] [log] [blame]
static int f(void);
int f(void)
{
return 0;
}
/*
* check-name: static forward declaration
*
* check-error-start
static-forward-decl.c:3:5: warning: symbol 'f' was not declared. Should it be static?
* check-error-end
*/