blob: 153b1fdc779a8bb0f867db87be1990084f850bf3 [file] [log] [blame]
int show_bar ()
{
return 1;
}
int show_foo ()
{
return show_bar ();
}