c.c 52 B

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