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