int test(void) {
  int i;
  for (;;) {
    i = 42;
  }
  return 0;
}
