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