d.c 49 B

123456
  1. extern int c2();
  2. int d()
  3. {
  4. return c2() + 2;
  5. }