blob: 6668bc60621cc897883111d74a0db83f6e330260 [file]
int show_bar ()
{
return 0;
}
extern int show_foo ();
int main ()
{
return show_foo ();
}