blob: 9b3fa1d2e369f382be2b0694434d8cfb861ae05a [file] [log] [blame]
int bar (int (*fn)(const char *))
{
return fn ("0");
}