impl_obj.c 65 B

123456
  1. int from_dep(void);
  2. int impl_obj(void)
  3. {
  4. return from_dep();
  5. }