blob: ade3ee6329d7154065c42f3f8f1185126db338ad [file] [log] [blame]
void foo (void (*bar)(void));
void foo (void (*bar)(void))
{
bar();
}