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

int a(void) {
  return 1;
}

int main(void) {
  return b();
}