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