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