//#include "a.h"
#include "b.h"

int b(void) {
  return 3 * a();
}