blob: 47e46dcd80da9fe78fa25dccbfa9bd0fe5fc6066 [file] [log] [blame]
static int f(void);
int f(void)
{
return 0;
}
/*
* check-name: static forward declaration
* check-known-to-fail
*/