blob: 8b23ec8f2b757ad24b272e887eb23c04a35ceb90 [file] [log] [blame]
extern void bar (void);
void
foo (void)
{
bar ();
}