b.c 47 B

1234567
  1. #include "a.h"
  2. int bbb() {
  3. return aaa();
  4. }