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