int test(void) {
  int stored[10];
  int sym;
  int index;

  sym = stored[index];

  return 42;
}
