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