// bb9.c
// "construction of efficient generalized lr parsers": i == 9

int main()
{
  int a, b;

  a = b+b+b+b+b+b+b+b+b+b;

  return a;
}

