int test(void) {
  int a;
  int b;
  a = '?';
  b = a;
  return 0;
}
