// bb7.c
// "construction of efficient generalized lr parsers": i == 7

int main()
{
  int a, b;

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

  return a;
}

