c.c 47 B

123456
  1. extern int b();
  2. int c()
  3. {
  4. return b()+42;
  5. }