blob: a9508994cebf4fae0d5da2dfcdb1646fcf54f39c [file] [log] [blame]
extern int bar1_from_bar3(void);
int bar3(void)
{
return bar1_from_bar3();
}