2023-11-18 08:22:54 +01:00

7 lines
65 B
C

int from_dep(void);
int impl_obj(void)
{
return from_dep();
}