int main(){
  char c = 'b';
  print_char(c);
  return c;
}