#include "b.h"
#include <stdio.h>

void b() {
  printf("b");
}
