blob: 2f683862144289623019fc06a9180383d1a1eb96 [file] [log] [blame]
extern int BarObject2(void);
int BarObject1(void)
{
return BarObject2();
}