blob: f5760b7e2e30761d042c423e30809650c8c02fe9 [file]
int from_dep(void);
int impl_obj(void)
{
return from_dep();
}