blob: af03dec684a0b3dea60e7feeda56e72395854af2 [file] [log] [blame]
extern int foo2c(void);
int foo1c(void)
{
return foo2c();
}