b.c 37 B

123456
  1. #include "a.h"
  2. void b () {
  3. a();
  4. }