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